diff --git a/stage0/src/stdlib_flags.h b/stage0/src/stdlib_flags.h index f4d5f7ddae..79a0e58edd 100644 --- a/stage0/src/stdlib_flags.h +++ b/stage0/src/stdlib_flags.h @@ -1,7 +1,5 @@ #include "util/options.h" -// please update stage0 - namespace lean { options get_default_options() { options opts; diff --git a/stage0/stdlib/Lean/Meta/Constructions/CtorIdx.c b/stage0/stdlib/Lean/Meta/Constructions/CtorIdx.c index 79fc56b4ea..5b6c9fc82e 100644 --- a/stage0/stdlib/Lean/Meta/Constructions/CtorIdx.c +++ b/stage0/stdlib/Lean/Meta/Constructions/CtorIdx.c @@ -96,6 +96,7 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___00Lean_throwUnknownIdentifie static lean_object* l_Lean_mkUnknownIdentifierMessageCore___at___00Lean_mkUnknownIdentifierMessage___at___00Lean_throwUnknownIdentifierAt___at___00Lean_throwUnknownConstantAt___at___00Lean_throwUnknownConstant___at___00Lean_getConstInfo___at___00mkCtorIdx_spec__2_spec__2_spec__2_spec__2_spec__2_spec__2___redArg___closed__1; lean_object* lean_st_ref_take(lean_object*); LEAN_EXPORT lean_object* l_Lean_hasConst___at___00mkCtorIdx_spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint32_t l_Lean_getMaxHeight(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ParametricAttribute_setParam___redArg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___00mkCtorIdx_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*); @@ -249,6 +250,7 @@ static lean_object* l_mkCtorIdx___closed__3; lean_object* lean_st_ref_set(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr1(lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessageCore___at___00Lean_mkUnknownIdentifierMessage___at___00Lean_throwUnknownIdentifierAt___at___00Lean_throwUnknownConstantAt___at___00Lean_throwUnknownConstant___at___00Lean_getConstInfo___at___00mkCtorIdx_spec__2_spec__2_spec__2_spec__2_spec__2_spec__2___redArg___closed__2; +uint32_t lean_uint32_add(uint32_t, uint32_t); lean_object* l_Lean_Meta_setInlineAttribute(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessageCore___at___00Lean_mkUnknownIdentifierMessage___at___00Lean_throwUnknownIdentifierAt___at___00Lean_throwUnknownConstantAt___at___00Lean_throwUnknownConstant___at___00Lean_getConstInfo___at___00mkCtorIdx_spec__2_spec__2_spec__2_spec__2_spec__2_spec__2___redArg___closed__12; LEAN_EXPORT lean_object* l_panic___at___00mkCtorIdx_spec__28(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -4319,110 +4321,116 @@ lean_inc_ref(x_16); x_31 = l_Lean_Meta_withLocalDeclD___at___00mkCtorIdx_spec__16___redArg(x_30, x_1, x_29, x_16, x_17, x_18, x_19); if (lean_obj_tag(x_31) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +lean_object* x_32; lean_object* x_33; lean_object* x_34; uint32_t x_35; uint32_t x_36; uint32_t x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); lean_dec_ref(x_31); -x_33 = lean_box(1); +x_33 = lean_st_ref_get(x_19); +x_34 = lean_ctor_get(x_33, 0); +lean_inc_ref(x_34); +lean_dec(x_33); +lean_inc(x_32); +x_35 = l_Lean_getMaxHeight(x_34, x_32); +x_36 = 1; +x_37 = lean_uint32_add(x_35, x_36); +x_38 = lean_alloc_ctor(2, 0, 4); +lean_ctor_set_uint32(x_38, 0, x_37); lean_inc(x_25); lean_inc(x_14); lean_inc(x_13); -x_34 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_13, x_14, x_25, x_32, x_33, x_19); -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) +x_39 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_13, x_14, x_25, x_32, x_38, x_19); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_329; -lean_ctor_set_tag(x_34, 1); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_336; +lean_ctor_set_tag(x_39, 1); lean_inc(x_19); lean_inc_ref(x_18); -lean_inc_ref(x_34); -x_329 = l_Lean_addDecl(x_34, x_4, x_18, x_19); -if (lean_obj_tag(x_329) == 0) +lean_inc_ref(x_39); +x_336 = l_Lean_addDecl(x_39, x_4, x_18, x_19); +if (lean_obj_tag(x_336) == 0) { -lean_object* x_330; uint8_t x_331; -lean_dec_ref(x_329); -x_330 = lean_st_ref_take(x_19); -x_331 = !lean_is_exclusive(x_330); -if (x_331 == 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; uint8_t x_338; -x_332 = lean_ctor_get(x_330, 0); -x_333 = lean_ctor_get(x_330, 5); -lean_dec(x_333); -lean_inc(x_13); -x_334 = l_Lean_Meta_addToCompletionBlackList(x_332, x_13); -x_335 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -lean_ctor_set(x_330, 5, x_335); -lean_ctor_set(x_330, 0, x_334); -x_336 = lean_st_ref_set(x_19, x_330); -x_337 = lean_st_ref_take(x_17); +lean_object* x_337; uint8_t x_338; +lean_dec_ref(x_336); +x_337 = lean_st_ref_take(x_19); x_338 = !lean_is_exclusive(x_337); if (x_338 == 0) { -lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; uint8_t x_343; -x_339 = lean_ctor_get(x_337, 1); -lean_dec(x_339); -x_340 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -lean_ctor_set(x_337, 1, x_340); -x_341 = lean_st_ref_set(x_17, x_337); -x_342 = lean_st_ref_take(x_19); -x_343 = !lean_is_exclusive(x_342); -if (x_343 == 0) -{ -lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; uint8_t x_349; -x_344 = lean_ctor_get(x_342, 0); -x_345 = lean_ctor_get(x_342, 5); -lean_dec(x_345); +lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; uint8_t x_345; +x_339 = lean_ctor_get(x_337, 0); +x_340 = lean_ctor_get(x_337, 5); +lean_dec(x_340); lean_inc(x_13); -x_346 = l_Lean_addProtected(x_344, x_13); -lean_ctor_set(x_342, 5, x_335); -lean_ctor_set(x_342, 0, x_346); -x_347 = lean_st_ref_set(x_19, x_342); -x_348 = lean_st_ref_take(x_17); -x_349 = !lean_is_exclusive(x_348); -if (x_349 == 0) +x_341 = l_Lean_Meta_addToCompletionBlackList(x_339, x_13); +x_342 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +lean_ctor_set(x_337, 5, x_342); +lean_ctor_set(x_337, 0, x_341); +x_343 = lean_st_ref_set(x_19, x_337); +x_344 = lean_st_ref_take(x_17); +x_345 = !lean_is_exclusive(x_344); +if (x_345 == 0) { -lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; uint8_t x_355; -x_350 = lean_ctor_get(x_348, 1); -lean_dec(x_350); -lean_ctor_set(x_348, 1, x_340); -x_351 = lean_st_ref_set(x_17, x_348); +lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; uint8_t x_350; +x_346 = lean_ctor_get(x_344, 1); +lean_dec(x_346); +x_347 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +lean_ctor_set(x_344, 1, x_347); +x_348 = lean_st_ref_set(x_17, x_344); +x_349 = lean_st_ref_take(x_19); +x_350 = !lean_is_exclusive(x_349); +if (x_350 == 0) +{ +lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; uint8_t x_356; +x_351 = lean_ctor_get(x_349, 0); +x_352 = lean_ctor_get(x_349, 5); +lean_dec(x_352); lean_inc(x_13); -x_352 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_352); -x_353 = l_Lean_InductiveVal_numCtors(x_6); +x_353 = l_Lean_addProtected(x_351, x_13); +lean_ctor_set(x_349, 5, x_342); +lean_ctor_set(x_349, 0, x_353); +x_354 = lean_st_ref_set(x_19, x_349); +x_355 = lean_st_ref_take(x_17); +x_356 = !lean_is_exclusive(x_355); +if (x_356 == 0) +{ +lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; uint8_t x_361; +x_357 = lean_ctor_get(x_355, 1); +lean_dec(x_357); +lean_ctor_set(x_355, 1, x_347); +x_358 = lean_st_ref_set(x_17, x_355); +x_359 = lean_unsigned_to_nat(1u); +x_360 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_354 = lean_unsigned_to_nat(1u); -x_355 = lean_nat_dec_eq(x_353, x_354); -lean_dec(x_353); -if (x_355 == 0) +x_361 = lean_nat_dec_eq(x_360, x_359); +lean_dec(x_360); +if (x_361 == 0) { -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -uint8_t x_356; lean_object* x_357; -x_356 = 2; +uint8_t x_362; lean_object* x_363; +x_362 = 2; lean_inc(x_13); -x_357 = l_Lean_Meta_setInlineAttribute(x_13, x_356, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_357) == 0) +x_363 = l_Lean_Meta_setInlineAttribute(x_13, x_362, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_363) == 0) { -lean_dec_ref(x_357); -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +lean_dec_ref(x_363); +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4432,65 +4440,62 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_357; +return x_363; } } } 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; uint8_t x_367; -x_358 = lean_ctor_get(x_348, 0); -x_359 = lean_ctor_get(x_348, 2); -x_360 = lean_ctor_get(x_348, 3); -x_361 = lean_ctor_get(x_348, 4); -lean_inc(x_361); -lean_inc(x_360); -lean_inc(x_359); -lean_inc(x_358); -lean_dec(x_348); -x_362 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_362, 0, x_358); -lean_ctor_set(x_362, 1, x_340); -lean_ctor_set(x_362, 2, x_359); -lean_ctor_set(x_362, 3, x_360); -lean_ctor_set(x_362, 4, x_361); -x_363 = lean_st_ref_set(x_17, x_362); -lean_inc(x_13); -x_364 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_364); -x_365 = l_Lean_InductiveVal_numCtors(x_6); +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; uint8_t x_372; +x_364 = lean_ctor_get(x_355, 0); +x_365 = lean_ctor_get(x_355, 2); +x_366 = lean_ctor_get(x_355, 3); +x_367 = lean_ctor_get(x_355, 4); +lean_inc(x_367); +lean_inc(x_366); +lean_inc(x_365); +lean_inc(x_364); +lean_dec(x_355); +x_368 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_368, 0, x_364); +lean_ctor_set(x_368, 1, x_347); +lean_ctor_set(x_368, 2, x_365); +lean_ctor_set(x_368, 3, x_366); +lean_ctor_set(x_368, 4, x_367); +x_369 = lean_st_ref_set(x_17, x_368); +x_370 = lean_unsigned_to_nat(1u); +x_371 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_366 = lean_unsigned_to_nat(1u); -x_367 = lean_nat_dec_eq(x_365, x_366); -lean_dec(x_365); -if (x_367 == 0) +x_372 = lean_nat_dec_eq(x_371, x_370); +lean_dec(x_371); +if (x_372 == 0) { -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -uint8_t x_368; lean_object* x_369; -x_368 = 2; +uint8_t x_373; lean_object* x_374; +x_373 = 2; lean_inc(x_13); -x_369 = l_Lean_Meta_setInlineAttribute(x_13, x_368, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_369) == 0) +x_374 = l_Lean_Meta_setInlineAttribute(x_13, x_373, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_374) == 0) { -lean_dec_ref(x_369); -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +lean_dec_ref(x_374); +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4500,111 +4505,108 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_369; +return x_374; } } } } 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; 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; uint8_t x_392; -x_370 = lean_ctor_get(x_342, 0); -x_371 = lean_ctor_get(x_342, 1); -x_372 = lean_ctor_get(x_342, 2); -x_373 = lean_ctor_get(x_342, 3); -x_374 = lean_ctor_get(x_342, 4); -x_375 = lean_ctor_get(x_342, 6); -x_376 = lean_ctor_get(x_342, 7); -x_377 = lean_ctor_get(x_342, 8); +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; uint8_t x_396; +x_375 = lean_ctor_get(x_349, 0); +x_376 = lean_ctor_get(x_349, 1); +x_377 = lean_ctor_get(x_349, 2); +x_378 = lean_ctor_get(x_349, 3); +x_379 = lean_ctor_get(x_349, 4); +x_380 = lean_ctor_get(x_349, 6); +x_381 = lean_ctor_get(x_349, 7); +x_382 = lean_ctor_get(x_349, 8); +lean_inc(x_382); +lean_inc(x_381); +lean_inc(x_380); +lean_inc(x_379); +lean_inc(x_378); lean_inc(x_377); lean_inc(x_376); lean_inc(x_375); -lean_inc(x_374); -lean_inc(x_373); -lean_inc(x_372); -lean_inc(x_371); -lean_inc(x_370); -lean_dec(x_342); +lean_dec(x_349); lean_inc(x_13); -x_378 = l_Lean_addProtected(x_370, x_13); -x_379 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_379, 0, x_378); -lean_ctor_set(x_379, 1, x_371); -lean_ctor_set(x_379, 2, x_372); -lean_ctor_set(x_379, 3, x_373); -lean_ctor_set(x_379, 4, x_374); -lean_ctor_set(x_379, 5, x_335); -lean_ctor_set(x_379, 6, x_375); -lean_ctor_set(x_379, 7, x_376); -lean_ctor_set(x_379, 8, x_377); -x_380 = lean_st_ref_set(x_19, x_379); -x_381 = lean_st_ref_take(x_17); -x_382 = lean_ctor_get(x_381, 0); -lean_inc_ref(x_382); -x_383 = lean_ctor_get(x_381, 2); -lean_inc(x_383); -x_384 = lean_ctor_get(x_381, 3); -lean_inc_ref(x_384); -x_385 = lean_ctor_get(x_381, 4); -lean_inc_ref(x_385); -if (lean_is_exclusive(x_381)) { - lean_ctor_release(x_381, 0); - lean_ctor_release(x_381, 1); - lean_ctor_release(x_381, 2); - lean_ctor_release(x_381, 3); - lean_ctor_release(x_381, 4); - x_386 = x_381; +x_383 = l_Lean_addProtected(x_375, x_13); +x_384 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_384, 0, x_383); +lean_ctor_set(x_384, 1, x_376); +lean_ctor_set(x_384, 2, x_377); +lean_ctor_set(x_384, 3, x_378); +lean_ctor_set(x_384, 4, x_379); +lean_ctor_set(x_384, 5, x_342); +lean_ctor_set(x_384, 6, x_380); +lean_ctor_set(x_384, 7, x_381); +lean_ctor_set(x_384, 8, x_382); +x_385 = lean_st_ref_set(x_19, x_384); +x_386 = lean_st_ref_take(x_17); +x_387 = lean_ctor_get(x_386, 0); +lean_inc_ref(x_387); +x_388 = lean_ctor_get(x_386, 2); +lean_inc(x_388); +x_389 = lean_ctor_get(x_386, 3); +lean_inc_ref(x_389); +x_390 = lean_ctor_get(x_386, 4); +lean_inc_ref(x_390); +if (lean_is_exclusive(x_386)) { + lean_ctor_release(x_386, 0); + lean_ctor_release(x_386, 1); + lean_ctor_release(x_386, 2); + lean_ctor_release(x_386, 3); + lean_ctor_release(x_386, 4); + x_391 = x_386; } else { - lean_dec_ref(x_381); - x_386 = lean_box(0); + lean_dec_ref(x_386); + x_391 = lean_box(0); } -if (lean_is_scalar(x_386)) { - x_387 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_391)) { + x_392 = lean_alloc_ctor(0, 5, 0); } else { - x_387 = x_386; + x_392 = x_391; } -lean_ctor_set(x_387, 0, x_382); -lean_ctor_set(x_387, 1, x_340); -lean_ctor_set(x_387, 2, x_383); -lean_ctor_set(x_387, 3, x_384); -lean_ctor_set(x_387, 4, x_385); -x_388 = lean_st_ref_set(x_17, x_387); -lean_inc(x_13); -x_389 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_389); -x_390 = l_Lean_InductiveVal_numCtors(x_6); +lean_ctor_set(x_392, 0, x_387); +lean_ctor_set(x_392, 1, x_347); +lean_ctor_set(x_392, 2, x_388); +lean_ctor_set(x_392, 3, x_389); +lean_ctor_set(x_392, 4, x_390); +x_393 = lean_st_ref_set(x_17, x_392); +x_394 = lean_unsigned_to_nat(1u); +x_395 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_391 = lean_unsigned_to_nat(1u); -x_392 = lean_nat_dec_eq(x_390, x_391); -lean_dec(x_390); -if (x_392 == 0) +x_396 = lean_nat_dec_eq(x_395, x_394); +lean_dec(x_395); +if (x_396 == 0) { -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -uint8_t x_393; lean_object* x_394; -x_393 = 2; +uint8_t x_397; lean_object* x_398; +x_397 = 2; lean_inc(x_13); -x_394 = l_Lean_Meta_setInlineAttribute(x_13, x_393, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_394) == 0) +x_398 = l_Lean_Meta_setInlineAttribute(x_13, x_397, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_398) == 0) { -lean_dec_ref(x_394); -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +lean_dec_ref(x_398); +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4614,147 +4616,144 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_394; +return x_398; } } } } else { -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; uint8_t x_426; -x_395 = lean_ctor_get(x_337, 0); -x_396 = lean_ctor_get(x_337, 2); -x_397 = lean_ctor_get(x_337, 3); -x_398 = lean_ctor_get(x_337, 4); -lean_inc(x_398); -lean_inc(x_397); -lean_inc(x_396); -lean_inc(x_395); -lean_dec(x_337); -x_399 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -x_400 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_400, 0, x_395); -lean_ctor_set(x_400, 1, x_399); -lean_ctor_set(x_400, 2, x_396); -lean_ctor_set(x_400, 3, x_397); -lean_ctor_set(x_400, 4, x_398); -x_401 = lean_st_ref_set(x_17, x_400); -x_402 = lean_st_ref_take(x_19); -x_403 = lean_ctor_get(x_402, 0); -lean_inc_ref(x_403); -x_404 = lean_ctor_get(x_402, 1); -lean_inc(x_404); -x_405 = lean_ctor_get(x_402, 2); -lean_inc_ref(x_405); -x_406 = lean_ctor_get(x_402, 3); -lean_inc_ref(x_406); -x_407 = lean_ctor_get(x_402, 4); +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; uint8_t x_429; +x_399 = lean_ctor_get(x_344, 0); +x_400 = lean_ctor_get(x_344, 2); +x_401 = lean_ctor_get(x_344, 3); +x_402 = lean_ctor_get(x_344, 4); +lean_inc(x_402); +lean_inc(x_401); +lean_inc(x_400); +lean_inc(x_399); +lean_dec(x_344); +x_403 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +x_404 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_404, 0, x_399); +lean_ctor_set(x_404, 1, x_403); +lean_ctor_set(x_404, 2, x_400); +lean_ctor_set(x_404, 3, x_401); +lean_ctor_set(x_404, 4, x_402); +x_405 = lean_st_ref_set(x_17, x_404); +x_406 = lean_st_ref_take(x_19); +x_407 = lean_ctor_get(x_406, 0); lean_inc_ref(x_407); -x_408 = lean_ctor_get(x_402, 6); -lean_inc_ref(x_408); -x_409 = lean_ctor_get(x_402, 7); +x_408 = lean_ctor_get(x_406, 1); +lean_inc(x_408); +x_409 = lean_ctor_get(x_406, 2); lean_inc_ref(x_409); -x_410 = lean_ctor_get(x_402, 8); +x_410 = lean_ctor_get(x_406, 3); lean_inc_ref(x_410); -if (lean_is_exclusive(x_402)) { - lean_ctor_release(x_402, 0); - lean_ctor_release(x_402, 1); - lean_ctor_release(x_402, 2); - lean_ctor_release(x_402, 3); - lean_ctor_release(x_402, 4); - lean_ctor_release(x_402, 5); - lean_ctor_release(x_402, 6); - lean_ctor_release(x_402, 7); - lean_ctor_release(x_402, 8); - x_411 = x_402; +x_411 = lean_ctor_get(x_406, 4); +lean_inc_ref(x_411); +x_412 = lean_ctor_get(x_406, 6); +lean_inc_ref(x_412); +x_413 = lean_ctor_get(x_406, 7); +lean_inc_ref(x_413); +x_414 = lean_ctor_get(x_406, 8); +lean_inc_ref(x_414); +if (lean_is_exclusive(x_406)) { + lean_ctor_release(x_406, 0); + lean_ctor_release(x_406, 1); + lean_ctor_release(x_406, 2); + lean_ctor_release(x_406, 3); + lean_ctor_release(x_406, 4); + lean_ctor_release(x_406, 5); + lean_ctor_release(x_406, 6); + lean_ctor_release(x_406, 7); + lean_ctor_release(x_406, 8); + x_415 = x_406; } else { - lean_dec_ref(x_402); - x_411 = lean_box(0); + lean_dec_ref(x_406); + x_415 = lean_box(0); } lean_inc(x_13); -x_412 = l_Lean_addProtected(x_403, x_13); -if (lean_is_scalar(x_411)) { - x_413 = lean_alloc_ctor(0, 9, 0); +x_416 = l_Lean_addProtected(x_407, x_13); +if (lean_is_scalar(x_415)) { + x_417 = lean_alloc_ctor(0, 9, 0); } else { - x_413 = x_411; + x_417 = x_415; } -lean_ctor_set(x_413, 0, x_412); -lean_ctor_set(x_413, 1, x_404); -lean_ctor_set(x_413, 2, x_405); -lean_ctor_set(x_413, 3, x_406); -lean_ctor_set(x_413, 4, x_407); -lean_ctor_set(x_413, 5, x_335); -lean_ctor_set(x_413, 6, x_408); -lean_ctor_set(x_413, 7, x_409); -lean_ctor_set(x_413, 8, x_410); -x_414 = lean_st_ref_set(x_19, x_413); -x_415 = lean_st_ref_take(x_17); -x_416 = lean_ctor_get(x_415, 0); -lean_inc_ref(x_416); -x_417 = lean_ctor_get(x_415, 2); -lean_inc(x_417); -x_418 = lean_ctor_get(x_415, 3); -lean_inc_ref(x_418); -x_419 = lean_ctor_get(x_415, 4); -lean_inc_ref(x_419); -if (lean_is_exclusive(x_415)) { - lean_ctor_release(x_415, 0); - lean_ctor_release(x_415, 1); - lean_ctor_release(x_415, 2); - lean_ctor_release(x_415, 3); - lean_ctor_release(x_415, 4); - x_420 = x_415; +lean_ctor_set(x_417, 0, x_416); +lean_ctor_set(x_417, 1, x_408); +lean_ctor_set(x_417, 2, x_409); +lean_ctor_set(x_417, 3, x_410); +lean_ctor_set(x_417, 4, x_411); +lean_ctor_set(x_417, 5, x_342); +lean_ctor_set(x_417, 6, x_412); +lean_ctor_set(x_417, 7, x_413); +lean_ctor_set(x_417, 8, x_414); +x_418 = lean_st_ref_set(x_19, x_417); +x_419 = lean_st_ref_take(x_17); +x_420 = lean_ctor_get(x_419, 0); +lean_inc_ref(x_420); +x_421 = lean_ctor_get(x_419, 2); +lean_inc(x_421); +x_422 = lean_ctor_get(x_419, 3); +lean_inc_ref(x_422); +x_423 = lean_ctor_get(x_419, 4); +lean_inc_ref(x_423); +if (lean_is_exclusive(x_419)) { + lean_ctor_release(x_419, 0); + lean_ctor_release(x_419, 1); + lean_ctor_release(x_419, 2); + lean_ctor_release(x_419, 3); + lean_ctor_release(x_419, 4); + x_424 = x_419; } else { - lean_dec_ref(x_415); - x_420 = lean_box(0); + lean_dec_ref(x_419); + x_424 = lean_box(0); } -if (lean_is_scalar(x_420)) { - x_421 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_424)) { + x_425 = lean_alloc_ctor(0, 5, 0); } else { - x_421 = x_420; + x_425 = x_424; } -lean_ctor_set(x_421, 0, x_416); -lean_ctor_set(x_421, 1, x_399); -lean_ctor_set(x_421, 2, x_417); -lean_ctor_set(x_421, 3, x_418); -lean_ctor_set(x_421, 4, x_419); -x_422 = lean_st_ref_set(x_17, x_421); -lean_inc(x_13); -x_423 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_423); -x_424 = l_Lean_InductiveVal_numCtors(x_6); +lean_ctor_set(x_425, 0, x_420); +lean_ctor_set(x_425, 1, x_403); +lean_ctor_set(x_425, 2, x_421); +lean_ctor_set(x_425, 3, x_422); +lean_ctor_set(x_425, 4, x_423); +x_426 = lean_st_ref_set(x_17, x_425); +x_427 = lean_unsigned_to_nat(1u); +x_428 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_425 = lean_unsigned_to_nat(1u); -x_426 = lean_nat_dec_eq(x_424, x_425); -lean_dec(x_424); -if (x_426 == 0) +x_429 = lean_nat_dec_eq(x_428, x_427); +lean_dec(x_428); +if (x_429 == 0) { -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -uint8_t x_427; lean_object* x_428; -x_427 = 2; +uint8_t x_430; lean_object* x_431; +x_430 = 2; lean_inc(x_13); -x_428 = l_Lean_Meta_setInlineAttribute(x_13, x_427, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_428) == 0) +x_431 = l_Lean_Meta_setInlineAttribute(x_13, x_430, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_431) == 0) { -lean_dec_ref(x_428); -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +lean_dec_ref(x_431); +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4764,193 +4763,190 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_428; +return x_431; } } } } else { -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; uint8_t x_474; -x_429 = lean_ctor_get(x_330, 0); -x_430 = lean_ctor_get(x_330, 1); -x_431 = lean_ctor_get(x_330, 2); -x_432 = lean_ctor_get(x_330, 3); -x_433 = lean_ctor_get(x_330, 4); -x_434 = lean_ctor_get(x_330, 6); -x_435 = lean_ctor_get(x_330, 7); -x_436 = lean_ctor_get(x_330, 8); +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; uint8_t x_476; +x_432 = lean_ctor_get(x_337, 0); +x_433 = lean_ctor_get(x_337, 1); +x_434 = lean_ctor_get(x_337, 2); +x_435 = lean_ctor_get(x_337, 3); +x_436 = lean_ctor_get(x_337, 4); +x_437 = lean_ctor_get(x_337, 6); +x_438 = lean_ctor_get(x_337, 7); +x_439 = lean_ctor_get(x_337, 8); +lean_inc(x_439); +lean_inc(x_438); +lean_inc(x_437); lean_inc(x_436); lean_inc(x_435); lean_inc(x_434); lean_inc(x_433); lean_inc(x_432); -lean_inc(x_431); -lean_inc(x_430); -lean_inc(x_429); -lean_dec(x_330); +lean_dec(x_337); lean_inc(x_13); -x_437 = l_Lean_Meta_addToCompletionBlackList(x_429, x_13); -x_438 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -x_439 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_439, 0, x_437); -lean_ctor_set(x_439, 1, x_430); -lean_ctor_set(x_439, 2, x_431); -lean_ctor_set(x_439, 3, x_432); -lean_ctor_set(x_439, 4, x_433); -lean_ctor_set(x_439, 5, x_438); -lean_ctor_set(x_439, 6, x_434); -lean_ctor_set(x_439, 7, x_435); -lean_ctor_set(x_439, 8, x_436); -x_440 = lean_st_ref_set(x_19, x_439); -x_441 = lean_st_ref_take(x_17); -x_442 = lean_ctor_get(x_441, 0); -lean_inc_ref(x_442); -x_443 = lean_ctor_get(x_441, 2); -lean_inc(x_443); -x_444 = lean_ctor_get(x_441, 3); -lean_inc_ref(x_444); -x_445 = lean_ctor_get(x_441, 4); +x_440 = l_Lean_Meta_addToCompletionBlackList(x_432, x_13); +x_441 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +x_442 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_442, 0, x_440); +lean_ctor_set(x_442, 1, x_433); +lean_ctor_set(x_442, 2, x_434); +lean_ctor_set(x_442, 3, x_435); +lean_ctor_set(x_442, 4, x_436); +lean_ctor_set(x_442, 5, x_441); +lean_ctor_set(x_442, 6, x_437); +lean_ctor_set(x_442, 7, x_438); +lean_ctor_set(x_442, 8, x_439); +x_443 = lean_st_ref_set(x_19, x_442); +x_444 = lean_st_ref_take(x_17); +x_445 = lean_ctor_get(x_444, 0); lean_inc_ref(x_445); -if (lean_is_exclusive(x_441)) { - lean_ctor_release(x_441, 0); - lean_ctor_release(x_441, 1); - lean_ctor_release(x_441, 2); - lean_ctor_release(x_441, 3); - lean_ctor_release(x_441, 4); - x_446 = x_441; +x_446 = lean_ctor_get(x_444, 2); +lean_inc(x_446); +x_447 = lean_ctor_get(x_444, 3); +lean_inc_ref(x_447); +x_448 = lean_ctor_get(x_444, 4); +lean_inc_ref(x_448); +if (lean_is_exclusive(x_444)) { + lean_ctor_release(x_444, 0); + lean_ctor_release(x_444, 1); + lean_ctor_release(x_444, 2); + lean_ctor_release(x_444, 3); + lean_ctor_release(x_444, 4); + x_449 = x_444; } else { - lean_dec_ref(x_441); - x_446 = lean_box(0); + lean_dec_ref(x_444); + x_449 = lean_box(0); } -x_447 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_446)) { - x_448 = lean_alloc_ctor(0, 5, 0); +x_450 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_449)) { + x_451 = lean_alloc_ctor(0, 5, 0); } else { - x_448 = x_446; + x_451 = x_449; } -lean_ctor_set(x_448, 0, x_442); -lean_ctor_set(x_448, 1, x_447); -lean_ctor_set(x_448, 2, x_443); -lean_ctor_set(x_448, 3, x_444); -lean_ctor_set(x_448, 4, x_445); -x_449 = lean_st_ref_set(x_17, x_448); -x_450 = lean_st_ref_take(x_19); -x_451 = lean_ctor_get(x_450, 0); -lean_inc_ref(x_451); -x_452 = lean_ctor_get(x_450, 1); -lean_inc(x_452); -x_453 = lean_ctor_get(x_450, 2); -lean_inc_ref(x_453); -x_454 = lean_ctor_get(x_450, 3); +lean_ctor_set(x_451, 0, x_445); +lean_ctor_set(x_451, 1, x_450); +lean_ctor_set(x_451, 2, x_446); +lean_ctor_set(x_451, 3, x_447); +lean_ctor_set(x_451, 4, x_448); +x_452 = lean_st_ref_set(x_17, x_451); +x_453 = lean_st_ref_take(x_19); +x_454 = lean_ctor_get(x_453, 0); lean_inc_ref(x_454); -x_455 = lean_ctor_get(x_450, 4); -lean_inc_ref(x_455); -x_456 = lean_ctor_get(x_450, 6); +x_455 = lean_ctor_get(x_453, 1); +lean_inc(x_455); +x_456 = lean_ctor_get(x_453, 2); lean_inc_ref(x_456); -x_457 = lean_ctor_get(x_450, 7); +x_457 = lean_ctor_get(x_453, 3); lean_inc_ref(x_457); -x_458 = lean_ctor_get(x_450, 8); +x_458 = lean_ctor_get(x_453, 4); lean_inc_ref(x_458); -if (lean_is_exclusive(x_450)) { - lean_ctor_release(x_450, 0); - lean_ctor_release(x_450, 1); - lean_ctor_release(x_450, 2); - lean_ctor_release(x_450, 3); - lean_ctor_release(x_450, 4); - lean_ctor_release(x_450, 5); - lean_ctor_release(x_450, 6); - lean_ctor_release(x_450, 7); - lean_ctor_release(x_450, 8); - x_459 = x_450; +x_459 = lean_ctor_get(x_453, 6); +lean_inc_ref(x_459); +x_460 = lean_ctor_get(x_453, 7); +lean_inc_ref(x_460); +x_461 = lean_ctor_get(x_453, 8); +lean_inc_ref(x_461); +if (lean_is_exclusive(x_453)) { + lean_ctor_release(x_453, 0); + lean_ctor_release(x_453, 1); + lean_ctor_release(x_453, 2); + lean_ctor_release(x_453, 3); + lean_ctor_release(x_453, 4); + lean_ctor_release(x_453, 5); + lean_ctor_release(x_453, 6); + lean_ctor_release(x_453, 7); + lean_ctor_release(x_453, 8); + x_462 = x_453; } else { - lean_dec_ref(x_450); - x_459 = lean_box(0); + lean_dec_ref(x_453); + x_462 = lean_box(0); } lean_inc(x_13); -x_460 = l_Lean_addProtected(x_451, x_13); -if (lean_is_scalar(x_459)) { - x_461 = lean_alloc_ctor(0, 9, 0); +x_463 = l_Lean_addProtected(x_454, x_13); +if (lean_is_scalar(x_462)) { + x_464 = lean_alloc_ctor(0, 9, 0); } else { - x_461 = x_459; + x_464 = x_462; } -lean_ctor_set(x_461, 0, x_460); -lean_ctor_set(x_461, 1, x_452); -lean_ctor_set(x_461, 2, x_453); -lean_ctor_set(x_461, 3, x_454); -lean_ctor_set(x_461, 4, x_455); -lean_ctor_set(x_461, 5, x_438); -lean_ctor_set(x_461, 6, x_456); -lean_ctor_set(x_461, 7, x_457); -lean_ctor_set(x_461, 8, x_458); -x_462 = lean_st_ref_set(x_19, x_461); -x_463 = lean_st_ref_take(x_17); -x_464 = lean_ctor_get(x_463, 0); -lean_inc_ref(x_464); -x_465 = lean_ctor_get(x_463, 2); -lean_inc(x_465); -x_466 = lean_ctor_get(x_463, 3); -lean_inc_ref(x_466); -x_467 = lean_ctor_get(x_463, 4); +lean_ctor_set(x_464, 0, x_463); +lean_ctor_set(x_464, 1, x_455); +lean_ctor_set(x_464, 2, x_456); +lean_ctor_set(x_464, 3, x_457); +lean_ctor_set(x_464, 4, x_458); +lean_ctor_set(x_464, 5, x_441); +lean_ctor_set(x_464, 6, x_459); +lean_ctor_set(x_464, 7, x_460); +lean_ctor_set(x_464, 8, x_461); +x_465 = lean_st_ref_set(x_19, x_464); +x_466 = lean_st_ref_take(x_17); +x_467 = lean_ctor_get(x_466, 0); lean_inc_ref(x_467); -if (lean_is_exclusive(x_463)) { - lean_ctor_release(x_463, 0); - lean_ctor_release(x_463, 1); - lean_ctor_release(x_463, 2); - lean_ctor_release(x_463, 3); - lean_ctor_release(x_463, 4); - x_468 = x_463; +x_468 = lean_ctor_get(x_466, 2); +lean_inc(x_468); +x_469 = lean_ctor_get(x_466, 3); +lean_inc_ref(x_469); +x_470 = lean_ctor_get(x_466, 4); +lean_inc_ref(x_470); +if (lean_is_exclusive(x_466)) { + lean_ctor_release(x_466, 0); + lean_ctor_release(x_466, 1); + lean_ctor_release(x_466, 2); + lean_ctor_release(x_466, 3); + lean_ctor_release(x_466, 4); + x_471 = x_466; } else { - lean_dec_ref(x_463); - x_468 = lean_box(0); + lean_dec_ref(x_466); + x_471 = lean_box(0); } -if (lean_is_scalar(x_468)) { - x_469 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_471)) { + x_472 = lean_alloc_ctor(0, 5, 0); } else { - x_469 = x_468; + x_472 = x_471; } -lean_ctor_set(x_469, 0, x_464); -lean_ctor_set(x_469, 1, x_447); -lean_ctor_set(x_469, 2, x_465); -lean_ctor_set(x_469, 3, x_466); -lean_ctor_set(x_469, 4, x_467); -x_470 = lean_st_ref_set(x_17, x_469); -lean_inc(x_13); -x_471 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_471); -x_472 = l_Lean_InductiveVal_numCtors(x_6); +lean_ctor_set(x_472, 0, x_467); +lean_ctor_set(x_472, 1, x_450); +lean_ctor_set(x_472, 2, x_468); +lean_ctor_set(x_472, 3, x_469); +lean_ctor_set(x_472, 4, x_470); +x_473 = lean_st_ref_set(x_17, x_472); +x_474 = lean_unsigned_to_nat(1u); +x_475 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_473 = lean_unsigned_to_nat(1u); -x_474 = lean_nat_dec_eq(x_472, x_473); -lean_dec(x_472); -if (x_474 == 0) +x_476 = lean_nat_dec_eq(x_475, x_474); +lean_dec(x_475); +if (x_476 == 0) { -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -uint8_t x_475; lean_object* x_476; -x_475 = 2; +uint8_t x_477; lean_object* x_478; +x_477 = 2; lean_inc(x_13); -x_476 = l_Lean_Meta_setInlineAttribute(x_13, x_475, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_476) == 0) +x_478 = l_Lean_Meta_setInlineAttribute(x_13, x_477, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_478) == 0) { -lean_dec_ref(x_476); -x_36 = x_16; -x_37 = x_17; -x_38 = x_18; -x_39 = x_19; -x_40 = lean_box(0); -goto block_328; +lean_dec_ref(x_478); +x_41 = x_16; +x_42 = x_17; +x_43 = x_18; +x_44 = x_19; +x_45 = lean_box(0); +goto block_335; } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4960,14 +4956,14 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_476; +return x_478; } } } } else { -lean_dec_ref(x_34); +lean_dec_ref(x_39); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -4978,1354 +4974,1353 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); lean_dec_ref(x_6); -return x_329; +return x_336; } -block_328: -{ -lean_object* x_41; -lean_inc(x_39); -lean_inc_ref(x_38); -x_41 = l_Lean_compileDecl(x_34, x_5, x_38, x_39); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; -lean_dec_ref(x_41); -lean_inc_ref(x_38); -lean_inc(x_15); -x_42 = l_Lean_isEnumType___at___00mkCtorIdx_spec__19(x_15, x_36, x_37, x_38, x_39); -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; uint8_t x_45; -x_44 = lean_ctor_get(x_42, 0); -x_45 = lean_unbox(x_44); -lean_dec(x_44); -if (x_45 == 0) +block_335: { lean_object* x_46; -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -lean_dec(x_25); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -x_46 = lean_box(0); -lean_ctor_set(x_42, 0, x_46); -return x_42; -} -else +lean_inc(x_44); +lean_inc_ref(x_43); +x_46 = l_Lean_compileDecl(x_39, x_5, x_43, x_44); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_free_object(x_42); -x_47 = l_mkToCtorIdxName(x_15); -lean_inc(x_13); -x_48 = l_Lean_mkConst(x_13, x_8); -lean_inc(x_47); -x_49 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_47, x_14, x_25, x_48, x_33, x_39); -x_50 = !lean_is_exclusive(x_49); +lean_object* x_47; +lean_dec_ref(x_46); +lean_inc_ref(x_43); +lean_inc(x_15); +x_47 = l_Lean_isEnumType___at___00mkCtorIdx_spec__19(x_15, x_41, x_42, x_43, x_44); +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; +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_unbox(x_49); +lean_dec(x_49); if (x_50 == 0) { lean_object* x_51; -lean_ctor_set_tag(x_49, 1); -lean_inc(x_39); -lean_inc_ref(x_38); -x_51 = l_Lean_addAndCompile(x_49, x_5, x_38, x_39); -if (lean_obj_tag(x_51) == 0) +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +lean_dec(x_25); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_8); +x_51 = lean_box(0); +lean_ctor_set(x_47, 0, x_51); +return x_47; +} +else { -lean_object* x_52; uint8_t x_53; -lean_dec_ref(x_51); -x_52 = lean_st_ref_take(x_39); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +lean_free_object(x_47); +x_52 = l_mkToCtorIdxName(x_15); +lean_inc(x_13); +x_53 = l_Lean_mkConst(x_13, x_8); +x_54 = lean_box(1); +lean_inc(x_52); +x_55 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_52, x_14, x_25, x_53, x_54, x_44); +x_56 = !lean_is_exclusive(x_55); +if (x_56 == 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_52, 0); -x_55 = lean_ctor_get(x_52, 5); -lean_dec(x_55); -lean_inc(x_47); -x_56 = l_Lean_Meta_addToCompletionBlackList(x_54, x_47); -x_57 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -lean_ctor_set(x_52, 5, x_57); -lean_ctor_set(x_52, 0, x_56); -x_58 = lean_st_ref_set(x_39, x_52); -x_59 = lean_st_ref_take(x_37); -x_60 = !lean_is_exclusive(x_59); -if (x_60 == 0) +lean_object* x_57; +lean_ctor_set_tag(x_55, 1); +lean_inc(x_44); +lean_inc_ref(x_43); +x_57 = l_Lean_addAndCompile(x_55, x_5, x_43, x_44); +if (lean_obj_tag(x_57) == 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_59, 1); +lean_object* x_58; uint8_t x_59; +lean_dec_ref(x_57); +x_58 = lean_st_ref_take(x_44); +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; uint8_t x_66; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_ctor_get(x_58, 5); lean_dec(x_61); -x_62 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -lean_ctor_set(x_59, 1, x_62); -x_63 = lean_st_ref_set(x_37, x_59); -x_64 = lean_st_ref_take(x_39); -x_65 = !lean_is_exclusive(x_64); -if (x_65 == 0) +lean_inc(x_52); +x_62 = l_Lean_Meta_addToCompletionBlackList(x_60, x_52); +x_63 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +lean_ctor_set(x_58, 5, x_63); +lean_ctor_set(x_58, 0, x_62); +x_64 = lean_st_ref_set(x_44, x_58); +x_65 = lean_st_ref_take(x_42); +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) { -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_66 = lean_ctor_get(x_64, 0); -x_67 = lean_ctor_get(x_64, 5); +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_65, 1); lean_dec(x_67); -lean_inc(x_47); -x_68 = l_Lean_addProtected(x_66, x_47); -lean_ctor_set(x_64, 5, x_57); -lean_ctor_set(x_64, 0, x_68); -x_69 = lean_st_ref_set(x_39, x_64); -x_70 = lean_st_ref_take(x_37); +x_68 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +lean_ctor_set(x_65, 1, x_68); +x_69 = lean_st_ref_set(x_42, x_65); +x_70 = lean_st_ref_take(x_44); x_71 = !lean_is_exclusive(x_70); if (x_71 == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_72 = lean_ctor_get(x_70, 1); -lean_dec(x_72); -lean_ctor_set(x_70, 1, x_62); -x_73 = lean_st_ref_set(x_37, x_70); -lean_inc(x_47); -x_74 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -x_75 = !lean_is_exclusive(x_74); -if (x_75 == 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; +x_72 = lean_ctor_get(x_70, 0); +x_73 = lean_ctor_get(x_70, 5); +lean_dec(x_73); +lean_inc(x_52); +x_74 = l_Lean_addProtected(x_72, x_52); +lean_ctor_set(x_70, 5, x_63); +lean_ctor_set(x_70, 0, x_74); +x_75 = lean_st_ref_set(x_44, x_70); +x_76 = lean_st_ref_take(x_42); +x_77 = !lean_is_exclusive(x_76); +if (x_77 == 0) { -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_74, 0); +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = lean_ctor_get(x_76, 1); +lean_dec(x_78); +lean_ctor_set(x_76, 1, x_68); +x_79 = lean_st_ref_set(x_42, x_76); +lean_inc(x_52); +x_80 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +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); +lean_dec(x_82); +lean_ctor_set_tag(x_80, 1); +lean_ctor_set(x_80, 0, x_13); +x_83 = lean_box(0); +x_84 = l_mkCtorIdx___lam__1___closed__3; +x_85 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_85, 0, x_80); +lean_ctor_set(x_85, 1, x_83); +lean_ctor_set(x_85, 2, x_84); +x_86 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_85, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_86; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_dec(x_80); +x_87 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_87, 0, x_13); +x_88 = lean_box(0); +x_89 = l_mkCtorIdx___lam__1___closed__3; +x_90 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_90, 0, x_87); +lean_ctor_set(x_90, 1, x_88); +lean_ctor_set(x_90, 2, x_89); +x_91 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_90, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +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; +x_92 = lean_ctor_get(x_76, 0); +x_93 = lean_ctor_get(x_76, 2); +x_94 = lean_ctor_get(x_76, 3); +x_95 = lean_ctor_get(x_76, 4); +lean_inc(x_95); +lean_inc(x_94); +lean_inc(x_93); +lean_inc(x_92); lean_dec(x_76); -lean_ctor_set_tag(x_74, 1); -lean_ctor_set(x_74, 0, x_13); -x_77 = lean_box(0); -x_78 = l_mkCtorIdx___lam__1___closed__3; -x_79 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_79, 0, x_74); -lean_ctor_set(x_79, 1, x_77); -lean_ctor_set(x_79, 2, x_78); -x_80 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_79, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_80; -} -else -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_74); -x_81 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_81, 0, x_13); -x_82 = lean_box(0); -x_83 = l_mkCtorIdx___lam__1___closed__3; -x_84 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_84, 0, x_81); -lean_ctor_set(x_84, 1, x_82); -lean_ctor_set(x_84, 2, x_83); -x_85 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_84, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_85; -} -} -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; -x_86 = lean_ctor_get(x_70, 0); -x_87 = lean_ctor_get(x_70, 2); -x_88 = lean_ctor_get(x_70, 3); -x_89 = lean_ctor_get(x_70, 4); -lean_inc(x_89); -lean_inc(x_88); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_70); -x_90 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_90, 0, x_86); -lean_ctor_set(x_90, 1, x_62); -lean_ctor_set(x_90, 2, x_87); -lean_ctor_set(x_90, 3, x_88); -lean_ctor_set(x_90, 4, x_89); -x_91 = lean_st_ref_set(x_37, x_90); -lean_inc(x_47); -x_92 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - x_93 = x_92; +x_96 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_96, 0, x_92); +lean_ctor_set(x_96, 1, x_68); +lean_ctor_set(x_96, 2, x_93); +lean_ctor_set(x_96, 3, x_94); +lean_ctor_set(x_96, 4, x_95); +x_97 = lean_st_ref_set(x_42, x_96); +lean_inc(x_52); +x_98 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_98)) { + lean_ctor_release(x_98, 0); + x_99 = x_98; } else { - lean_dec_ref(x_92); - x_93 = lean_box(0); + lean_dec_ref(x_98); + x_99 = lean_box(0); } -if (lean_is_scalar(x_93)) { - x_94 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_99)) { + x_100 = lean_alloc_ctor(1, 1, 0); } else { - x_94 = x_93; - lean_ctor_set_tag(x_94, 1); + x_100 = x_99; + lean_ctor_set_tag(x_100, 1); } -lean_ctor_set(x_94, 0, x_13); -x_95 = lean_box(0); -x_96 = l_mkCtorIdx___lam__1___closed__3; -x_97 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_97, 0, x_94); -lean_ctor_set(x_97, 1, x_95); -lean_ctor_set(x_97, 2, x_96); -x_98 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_97, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_98; +lean_ctor_set(x_100, 0, x_13); +x_101 = lean_box(0); +x_102 = l_mkCtorIdx___lam__1___closed__3; +x_103 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_103, 0, x_100); +lean_ctor_set(x_103, 1, x_101); +lean_ctor_set(x_103, 2, x_102); +x_104 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_103, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_104; } } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_99 = lean_ctor_get(x_64, 0); -x_100 = lean_ctor_get(x_64, 1); -x_101 = lean_ctor_get(x_64, 2); -x_102 = lean_ctor_get(x_64, 3); -x_103 = lean_ctor_get(x_64, 4); -x_104 = lean_ctor_get(x_64, 6); -x_105 = lean_ctor_get(x_64, 7); -x_106 = lean_ctor_get(x_64, 8); +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; +x_105 = lean_ctor_get(x_70, 0); +x_106 = lean_ctor_get(x_70, 1); +x_107 = lean_ctor_get(x_70, 2); +x_108 = lean_ctor_get(x_70, 3); +x_109 = lean_ctor_get(x_70, 4); +x_110 = lean_ctor_get(x_70, 6); +x_111 = lean_ctor_get(x_70, 7); +x_112 = lean_ctor_get(x_70, 8); +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_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_dec(x_64); -lean_inc(x_47); -x_107 = l_Lean_addProtected(x_99, x_47); -x_108 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_100); -lean_ctor_set(x_108, 2, x_101); -lean_ctor_set(x_108, 3, x_102); -lean_ctor_set(x_108, 4, x_103); -lean_ctor_set(x_108, 5, x_57); -lean_ctor_set(x_108, 6, x_104); -lean_ctor_set(x_108, 7, x_105); -lean_ctor_set(x_108, 8, x_106); -x_109 = lean_st_ref_set(x_39, x_108); -x_110 = lean_st_ref_take(x_37); -x_111 = lean_ctor_get(x_110, 0); -lean_inc_ref(x_111); -x_112 = lean_ctor_get(x_110, 2); -lean_inc(x_112); -x_113 = lean_ctor_get(x_110, 3); -lean_inc_ref(x_113); -x_114 = lean_ctor_get(x_110, 4); -lean_inc_ref(x_114); -if (lean_is_exclusive(x_110)) { - lean_ctor_release(x_110, 0); - lean_ctor_release(x_110, 1); - lean_ctor_release(x_110, 2); - lean_ctor_release(x_110, 3); - lean_ctor_release(x_110, 4); - x_115 = x_110; +lean_dec(x_70); +lean_inc(x_52); +x_113 = l_Lean_addProtected(x_105, x_52); +x_114 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_114, 0, x_113); +lean_ctor_set(x_114, 1, x_106); +lean_ctor_set(x_114, 2, x_107); +lean_ctor_set(x_114, 3, x_108); +lean_ctor_set(x_114, 4, x_109); +lean_ctor_set(x_114, 5, x_63); +lean_ctor_set(x_114, 6, x_110); +lean_ctor_set(x_114, 7, x_111); +lean_ctor_set(x_114, 8, x_112); +x_115 = lean_st_ref_set(x_44, x_114); +x_116 = lean_st_ref_take(x_42); +x_117 = lean_ctor_get(x_116, 0); +lean_inc_ref(x_117); +x_118 = lean_ctor_get(x_116, 2); +lean_inc(x_118); +x_119 = lean_ctor_get(x_116, 3); +lean_inc_ref(x_119); +x_120 = lean_ctor_get(x_116, 4); +lean_inc_ref(x_120); +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); + x_121 = x_116; } else { - lean_dec_ref(x_110); - x_115 = lean_box(0); + lean_dec_ref(x_116); + x_121 = lean_box(0); } -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_121)) { + x_122 = lean_alloc_ctor(0, 5, 0); } else { - x_116 = x_115; + x_122 = x_121; } -lean_ctor_set(x_116, 0, x_111); -lean_ctor_set(x_116, 1, x_62); -lean_ctor_set(x_116, 2, x_112); -lean_ctor_set(x_116, 3, x_113); -lean_ctor_set(x_116, 4, x_114); -x_117 = lean_st_ref_set(x_37, x_116); -lean_inc(x_47); -x_118 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - x_119 = x_118; +lean_ctor_set(x_122, 0, x_117); +lean_ctor_set(x_122, 1, x_68); +lean_ctor_set(x_122, 2, x_118); +lean_ctor_set(x_122, 3, x_119); +lean_ctor_set(x_122, 4, x_120); +x_123 = lean_st_ref_set(x_42, x_122); +lean_inc(x_52); +x_124 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + x_125 = x_124; } else { - lean_dec_ref(x_118); - x_119 = lean_box(0); + lean_dec_ref(x_124); + x_125 = lean_box(0); } -if (lean_is_scalar(x_119)) { - x_120 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_125)) { + x_126 = lean_alloc_ctor(1, 1, 0); } else { - x_120 = x_119; - lean_ctor_set_tag(x_120, 1); + x_126 = x_125; + lean_ctor_set_tag(x_126, 1); } -lean_ctor_set(x_120, 0, x_13); -x_121 = lean_box(0); -x_122 = l_mkCtorIdx___lam__1___closed__3; -x_123 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_123, 0, x_120); -lean_ctor_set(x_123, 1, x_121); -lean_ctor_set(x_123, 2, x_122); -x_124 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_123, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_124; +lean_ctor_set(x_126, 0, x_13); +x_127 = lean_box(0); +x_128 = l_mkCtorIdx___lam__1___closed__3; +x_129 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_129, 0, x_126); +lean_ctor_set(x_129, 1, x_127); +lean_ctor_set(x_129, 2, x_128); +x_130 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_129, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_130; } } 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; 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; -x_125 = lean_ctor_get(x_59, 0); -x_126 = lean_ctor_get(x_59, 2); -x_127 = lean_ctor_get(x_59, 3); -x_128 = lean_ctor_get(x_59, 4); -lean_inc(x_128); -lean_inc(x_127); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_59); -x_129 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -x_130 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_130, 0, x_125); -lean_ctor_set(x_130, 1, x_129); -lean_ctor_set(x_130, 2, x_126); -lean_ctor_set(x_130, 3, x_127); -lean_ctor_set(x_130, 4, x_128); -x_131 = lean_st_ref_set(x_37, x_130); -x_132 = lean_st_ref_take(x_39); -x_133 = lean_ctor_get(x_132, 0); -lean_inc_ref(x_133); -x_134 = lean_ctor_get(x_132, 1); +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; +x_131 = lean_ctor_get(x_65, 0); +x_132 = lean_ctor_get(x_65, 2); +x_133 = lean_ctor_get(x_65, 3); +x_134 = lean_ctor_get(x_65, 4); lean_inc(x_134); -x_135 = lean_ctor_get(x_132, 2); -lean_inc_ref(x_135); -x_136 = lean_ctor_get(x_132, 3); -lean_inc_ref(x_136); -x_137 = lean_ctor_get(x_132, 4); -lean_inc_ref(x_137); -x_138 = lean_ctor_get(x_132, 6); -lean_inc_ref(x_138); -x_139 = lean_ctor_get(x_132, 7); +lean_inc(x_133); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_65); +x_135 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +x_136 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_136, 0, x_131); +lean_ctor_set(x_136, 1, x_135); +lean_ctor_set(x_136, 2, x_132); +lean_ctor_set(x_136, 3, x_133); +lean_ctor_set(x_136, 4, x_134); +x_137 = lean_st_ref_set(x_42, x_136); +x_138 = lean_st_ref_take(x_44); +x_139 = lean_ctor_get(x_138, 0); lean_inc_ref(x_139); -x_140 = lean_ctor_get(x_132, 8); -lean_inc_ref(x_140); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - lean_ctor_release(x_132, 2); - lean_ctor_release(x_132, 3); - lean_ctor_release(x_132, 4); - lean_ctor_release(x_132, 5); - lean_ctor_release(x_132, 6); - lean_ctor_release(x_132, 7); - lean_ctor_release(x_132, 8); - x_141 = x_132; -} else { - lean_dec_ref(x_132); - x_141 = lean_box(0); -} -lean_inc(x_47); -x_142 = l_Lean_addProtected(x_133, x_47); -if (lean_is_scalar(x_141)) { - x_143 = lean_alloc_ctor(0, 9, 0); -} else { - x_143 = x_141; -} -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_134); -lean_ctor_set(x_143, 2, x_135); -lean_ctor_set(x_143, 3, x_136); -lean_ctor_set(x_143, 4, x_137); -lean_ctor_set(x_143, 5, x_57); -lean_ctor_set(x_143, 6, x_138); -lean_ctor_set(x_143, 7, x_139); -lean_ctor_set(x_143, 8, x_140); -x_144 = lean_st_ref_set(x_39, x_143); -x_145 = lean_st_ref_take(x_37); -x_146 = lean_ctor_get(x_145, 0); +x_140 = lean_ctor_get(x_138, 1); +lean_inc(x_140); +x_141 = lean_ctor_get(x_138, 2); +lean_inc_ref(x_141); +x_142 = lean_ctor_get(x_138, 3); +lean_inc_ref(x_142); +x_143 = lean_ctor_get(x_138, 4); +lean_inc_ref(x_143); +x_144 = lean_ctor_get(x_138, 6); +lean_inc_ref(x_144); +x_145 = lean_ctor_get(x_138, 7); +lean_inc_ref(x_145); +x_146 = lean_ctor_get(x_138, 8); lean_inc_ref(x_146); -x_147 = lean_ctor_get(x_145, 2); -lean_inc(x_147); -x_148 = lean_ctor_get(x_145, 3); -lean_inc_ref(x_148); -x_149 = lean_ctor_get(x_145, 4); -lean_inc_ref(x_149); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - lean_ctor_release(x_145, 2); - lean_ctor_release(x_145, 3); - lean_ctor_release(x_145, 4); - x_150 = x_145; +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_147 = x_138; } else { - lean_dec_ref(x_145); - x_150 = lean_box(0); + lean_dec_ref(x_138); + x_147 = lean_box(0); } -if (lean_is_scalar(x_150)) { - x_151 = lean_alloc_ctor(0, 5, 0); +lean_inc(x_52); +x_148 = l_Lean_addProtected(x_139, x_52); +if (lean_is_scalar(x_147)) { + x_149 = lean_alloc_ctor(0, 9, 0); } else { - x_151 = x_150; + x_149 = x_147; } -lean_ctor_set(x_151, 0, x_146); -lean_ctor_set(x_151, 1, x_129); -lean_ctor_set(x_151, 2, x_147); -lean_ctor_set(x_151, 3, x_148); -lean_ctor_set(x_151, 4, x_149); -x_152 = lean_st_ref_set(x_37, x_151); -lean_inc(x_47); -x_153 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - x_154 = x_153; +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_140); +lean_ctor_set(x_149, 2, x_141); +lean_ctor_set(x_149, 3, x_142); +lean_ctor_set(x_149, 4, x_143); +lean_ctor_set(x_149, 5, x_63); +lean_ctor_set(x_149, 6, x_144); +lean_ctor_set(x_149, 7, x_145); +lean_ctor_set(x_149, 8, x_146); +x_150 = lean_st_ref_set(x_44, x_149); +x_151 = lean_st_ref_take(x_42); +x_152 = lean_ctor_get(x_151, 0); +lean_inc_ref(x_152); +x_153 = lean_ctor_get(x_151, 2); +lean_inc(x_153); +x_154 = lean_ctor_get(x_151, 3); +lean_inc_ref(x_154); +x_155 = lean_ctor_get(x_151, 4); +lean_inc_ref(x_155); +if (lean_is_exclusive(x_151)) { + lean_ctor_release(x_151, 0); + lean_ctor_release(x_151, 1); + lean_ctor_release(x_151, 2); + lean_ctor_release(x_151, 3); + lean_ctor_release(x_151, 4); + x_156 = x_151; } else { - lean_dec_ref(x_153); - x_154 = lean_box(0); + lean_dec_ref(x_151); + x_156 = lean_box(0); } -if (lean_is_scalar(x_154)) { - x_155 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_156)) { + x_157 = lean_alloc_ctor(0, 5, 0); } else { - x_155 = x_154; - lean_ctor_set_tag(x_155, 1); + x_157 = x_156; } -lean_ctor_set(x_155, 0, x_13); -x_156 = lean_box(0); -x_157 = l_mkCtorIdx___lam__1___closed__3; -x_158 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_158, 0, x_155); -lean_ctor_set(x_158, 1, x_156); -lean_ctor_set(x_158, 2, x_157); -x_159 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_158, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_159; +lean_ctor_set(x_157, 0, x_152); +lean_ctor_set(x_157, 1, x_135); +lean_ctor_set(x_157, 2, x_153); +lean_ctor_set(x_157, 3, x_154); +lean_ctor_set(x_157, 4, x_155); +x_158 = lean_st_ref_set(x_42, x_157); +lean_inc(x_52); +x_159 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_159)) { + lean_ctor_release(x_159, 0); + x_160 = x_159; +} else { + lean_dec_ref(x_159); + x_160 = lean_box(0); +} +if (lean_is_scalar(x_160)) { + x_161 = lean_alloc_ctor(1, 1, 0); +} else { + x_161 = x_160; + lean_ctor_set_tag(x_161, 1); +} +lean_ctor_set(x_161, 0, x_13); +x_162 = lean_box(0); +x_163 = l_mkCtorIdx___lam__1___closed__3; +x_164 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_164, 0, x_161); +lean_ctor_set(x_164, 1, x_162); +lean_ctor_set(x_164, 2, x_163); +x_165 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_164, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_165; } } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_160 = lean_ctor_get(x_52, 0); -x_161 = lean_ctor_get(x_52, 1); -x_162 = lean_ctor_get(x_52, 2); -x_163 = lean_ctor_get(x_52, 3); -x_164 = lean_ctor_get(x_52, 4); -x_165 = lean_ctor_get(x_52, 6); -x_166 = lean_ctor_get(x_52, 7); -x_167 = lean_ctor_get(x_52, 8); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; +x_166 = lean_ctor_get(x_58, 0); +x_167 = lean_ctor_get(x_58, 1); +x_168 = lean_ctor_get(x_58, 2); +x_169 = lean_ctor_get(x_58, 3); +x_170 = lean_ctor_get(x_58, 4); +x_171 = lean_ctor_get(x_58, 6); +x_172 = lean_ctor_get(x_58, 7); +x_173 = lean_ctor_get(x_58, 8); +lean_inc(x_173); +lean_inc(x_172); +lean_inc(x_171); +lean_inc(x_170); +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_inc(x_163); -lean_inc(x_162); -lean_inc(x_161); -lean_inc(x_160); -lean_dec(x_52); -lean_inc(x_47); -x_168 = l_Lean_Meta_addToCompletionBlackList(x_160, x_47); -x_169 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -x_170 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_170, 0, x_168); -lean_ctor_set(x_170, 1, x_161); -lean_ctor_set(x_170, 2, x_162); -lean_ctor_set(x_170, 3, x_163); -lean_ctor_set(x_170, 4, x_164); -lean_ctor_set(x_170, 5, x_169); -lean_ctor_set(x_170, 6, x_165); -lean_ctor_set(x_170, 7, x_166); -lean_ctor_set(x_170, 8, x_167); -x_171 = lean_st_ref_set(x_39, x_170); -x_172 = lean_st_ref_take(x_37); -x_173 = lean_ctor_get(x_172, 0); -lean_inc_ref(x_173); -x_174 = lean_ctor_get(x_172, 2); -lean_inc(x_174); -x_175 = lean_ctor_get(x_172, 3); -lean_inc_ref(x_175); -x_176 = lean_ctor_get(x_172, 4); -lean_inc_ref(x_176); -if (lean_is_exclusive(x_172)) { - lean_ctor_release(x_172, 0); - lean_ctor_release(x_172, 1); - lean_ctor_release(x_172, 2); - lean_ctor_release(x_172, 3); - lean_ctor_release(x_172, 4); - x_177 = x_172; -} else { - lean_dec_ref(x_172); - x_177 = lean_box(0); -} -x_178 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_177)) { - x_179 = lean_alloc_ctor(0, 5, 0); -} else { - x_179 = x_177; -} -lean_ctor_set(x_179, 0, x_173); -lean_ctor_set(x_179, 1, x_178); -lean_ctor_set(x_179, 2, x_174); -lean_ctor_set(x_179, 3, x_175); -lean_ctor_set(x_179, 4, x_176); -x_180 = lean_st_ref_set(x_37, x_179); -x_181 = lean_st_ref_take(x_39); -x_182 = lean_ctor_get(x_181, 0); +lean_dec(x_58); +lean_inc(x_52); +x_174 = l_Lean_Meta_addToCompletionBlackList(x_166, x_52); +x_175 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +x_176 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_176, 0, x_174); +lean_ctor_set(x_176, 1, x_167); +lean_ctor_set(x_176, 2, x_168); +lean_ctor_set(x_176, 3, x_169); +lean_ctor_set(x_176, 4, x_170); +lean_ctor_set(x_176, 5, x_175); +lean_ctor_set(x_176, 6, x_171); +lean_ctor_set(x_176, 7, x_172); +lean_ctor_set(x_176, 8, x_173); +x_177 = lean_st_ref_set(x_44, x_176); +x_178 = lean_st_ref_take(x_42); +x_179 = lean_ctor_get(x_178, 0); +lean_inc_ref(x_179); +x_180 = lean_ctor_get(x_178, 2); +lean_inc(x_180); +x_181 = lean_ctor_get(x_178, 3); +lean_inc_ref(x_181); +x_182 = lean_ctor_get(x_178, 4); lean_inc_ref(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -x_184 = lean_ctor_get(x_181, 2); -lean_inc_ref(x_184); -x_185 = lean_ctor_get(x_181, 3); -lean_inc_ref(x_185); -x_186 = lean_ctor_get(x_181, 4); -lean_inc_ref(x_186); -x_187 = lean_ctor_get(x_181, 6); -lean_inc_ref(x_187); -x_188 = lean_ctor_get(x_181, 7); +if (lean_is_exclusive(x_178)) { + lean_ctor_release(x_178, 0); + lean_ctor_release(x_178, 1); + lean_ctor_release(x_178, 2); + lean_ctor_release(x_178, 3); + lean_ctor_release(x_178, 4); + x_183 = x_178; +} else { + lean_dec_ref(x_178); + x_183 = lean_box(0); +} +x_184 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_183)) { + x_185 = lean_alloc_ctor(0, 5, 0); +} else { + x_185 = x_183; +} +lean_ctor_set(x_185, 0, x_179); +lean_ctor_set(x_185, 1, x_184); +lean_ctor_set(x_185, 2, x_180); +lean_ctor_set(x_185, 3, x_181); +lean_ctor_set(x_185, 4, x_182); +x_186 = lean_st_ref_set(x_42, x_185); +x_187 = lean_st_ref_take(x_44); +x_188 = lean_ctor_get(x_187, 0); lean_inc_ref(x_188); -x_189 = lean_ctor_get(x_181, 8); -lean_inc_ref(x_189); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - lean_ctor_release(x_181, 2); - lean_ctor_release(x_181, 3); - lean_ctor_release(x_181, 4); - lean_ctor_release(x_181, 5); - lean_ctor_release(x_181, 6); - lean_ctor_release(x_181, 7); - lean_ctor_release(x_181, 8); - x_190 = x_181; -} else { - lean_dec_ref(x_181); - x_190 = lean_box(0); -} -lean_inc(x_47); -x_191 = l_Lean_addProtected(x_182, x_47); -if (lean_is_scalar(x_190)) { - x_192 = lean_alloc_ctor(0, 9, 0); -} else { - x_192 = x_190; -} -lean_ctor_set(x_192, 0, x_191); -lean_ctor_set(x_192, 1, x_183); -lean_ctor_set(x_192, 2, x_184); -lean_ctor_set(x_192, 3, x_185); -lean_ctor_set(x_192, 4, x_186); -lean_ctor_set(x_192, 5, x_169); -lean_ctor_set(x_192, 6, x_187); -lean_ctor_set(x_192, 7, x_188); -lean_ctor_set(x_192, 8, x_189); -x_193 = lean_st_ref_set(x_39, x_192); -x_194 = lean_st_ref_take(x_37); -x_195 = lean_ctor_get(x_194, 0); +x_189 = lean_ctor_get(x_187, 1); +lean_inc(x_189); +x_190 = lean_ctor_get(x_187, 2); +lean_inc_ref(x_190); +x_191 = lean_ctor_get(x_187, 3); +lean_inc_ref(x_191); +x_192 = lean_ctor_get(x_187, 4); +lean_inc_ref(x_192); +x_193 = lean_ctor_get(x_187, 6); +lean_inc_ref(x_193); +x_194 = lean_ctor_get(x_187, 7); +lean_inc_ref(x_194); +x_195 = lean_ctor_get(x_187, 8); lean_inc_ref(x_195); -x_196 = lean_ctor_get(x_194, 2); -lean_inc(x_196); -x_197 = lean_ctor_get(x_194, 3); -lean_inc_ref(x_197); -x_198 = lean_ctor_get(x_194, 4); -lean_inc_ref(x_198); -if (lean_is_exclusive(x_194)) { - lean_ctor_release(x_194, 0); - lean_ctor_release(x_194, 1); - lean_ctor_release(x_194, 2); - lean_ctor_release(x_194, 3); - lean_ctor_release(x_194, 4); - x_199 = x_194; +if (lean_is_exclusive(x_187)) { + lean_ctor_release(x_187, 0); + lean_ctor_release(x_187, 1); + lean_ctor_release(x_187, 2); + lean_ctor_release(x_187, 3); + lean_ctor_release(x_187, 4); + lean_ctor_release(x_187, 5); + lean_ctor_release(x_187, 6); + lean_ctor_release(x_187, 7); + lean_ctor_release(x_187, 8); + x_196 = x_187; } else { - lean_dec_ref(x_194); - x_199 = lean_box(0); + lean_dec_ref(x_187); + x_196 = lean_box(0); } -if (lean_is_scalar(x_199)) { - x_200 = lean_alloc_ctor(0, 5, 0); +lean_inc(x_52); +x_197 = l_Lean_addProtected(x_188, x_52); +if (lean_is_scalar(x_196)) { + x_198 = lean_alloc_ctor(0, 9, 0); } else { - x_200 = x_199; + x_198 = x_196; } -lean_ctor_set(x_200, 0, x_195); -lean_ctor_set(x_200, 1, x_178); -lean_ctor_set(x_200, 2, x_196); -lean_ctor_set(x_200, 3, x_197); -lean_ctor_set(x_200, 4, x_198); -x_201 = lean_st_ref_set(x_37, x_200); -lean_inc(x_47); -x_202 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_202)) { - lean_ctor_release(x_202, 0); - x_203 = x_202; +lean_ctor_set(x_198, 0, x_197); +lean_ctor_set(x_198, 1, x_189); +lean_ctor_set(x_198, 2, x_190); +lean_ctor_set(x_198, 3, x_191); +lean_ctor_set(x_198, 4, x_192); +lean_ctor_set(x_198, 5, x_175); +lean_ctor_set(x_198, 6, x_193); +lean_ctor_set(x_198, 7, x_194); +lean_ctor_set(x_198, 8, x_195); +x_199 = lean_st_ref_set(x_44, x_198); +x_200 = lean_st_ref_take(x_42); +x_201 = lean_ctor_get(x_200, 0); +lean_inc_ref(x_201); +x_202 = lean_ctor_get(x_200, 2); +lean_inc(x_202); +x_203 = lean_ctor_get(x_200, 3); +lean_inc_ref(x_203); +x_204 = lean_ctor_get(x_200, 4); +lean_inc_ref(x_204); +if (lean_is_exclusive(x_200)) { + lean_ctor_release(x_200, 0); + lean_ctor_release(x_200, 1); + lean_ctor_release(x_200, 2); + lean_ctor_release(x_200, 3); + lean_ctor_release(x_200, 4); + x_205 = x_200; } else { - lean_dec_ref(x_202); - x_203 = lean_box(0); + lean_dec_ref(x_200); + x_205 = lean_box(0); } -if (lean_is_scalar(x_203)) { - x_204 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_205)) { + x_206 = lean_alloc_ctor(0, 5, 0); } else { - x_204 = x_203; - lean_ctor_set_tag(x_204, 1); + x_206 = x_205; } -lean_ctor_set(x_204, 0, x_13); -x_205 = lean_box(0); -x_206 = l_mkCtorIdx___lam__1___closed__3; -x_207 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_207, 0, x_204); -lean_ctor_set(x_207, 1, x_205); -lean_ctor_set(x_207, 2, x_206); -x_208 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_207, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_208; +lean_ctor_set(x_206, 0, x_201); +lean_ctor_set(x_206, 1, x_184); +lean_ctor_set(x_206, 2, x_202); +lean_ctor_set(x_206, 3, x_203); +lean_ctor_set(x_206, 4, x_204); +x_207 = lean_st_ref_set(x_42, x_206); +lean_inc(x_52); +x_208 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_208)) { + lean_ctor_release(x_208, 0); + x_209 = x_208; +} else { + lean_dec_ref(x_208); + x_209 = lean_box(0); +} +if (lean_is_scalar(x_209)) { + x_210 = lean_alloc_ctor(1, 1, 0); +} else { + x_210 = x_209; + lean_ctor_set_tag(x_210, 1); +} +lean_ctor_set(x_210, 0, x_13); +x_211 = lean_box(0); +x_212 = l_mkCtorIdx___lam__1___closed__3; +x_213 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_213, 0, x_210); +lean_ctor_set(x_213, 1, x_211); +lean_ctor_set(x_213, 2, x_212); +x_214 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_213, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_214; } } else { -lean_dec(x_47); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); +lean_dec(x_52); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); lean_dec(x_13); -return x_51; +return x_57; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -x_209 = lean_ctor_get(x_49, 0); -lean_inc(x_209); -lean_dec(x_49); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -lean_inc(x_39); -lean_inc_ref(x_38); -x_211 = l_Lean_addAndCompile(x_210, x_5, x_38, x_39); -if (lean_obj_tag(x_211) == 0) +lean_object* x_215; lean_object* x_216; lean_object* x_217; +x_215 = lean_ctor_get(x_55, 0); +lean_inc(x_215); +lean_dec(x_55); +x_216 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_216, 0, x_215); +lean_inc(x_44); +lean_inc_ref(x_43); +x_217 = l_Lean_addAndCompile(x_216, x_5, x_43, x_44); +if (lean_obj_tag(x_217) == 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; 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_dec_ref(x_211); -x_212 = lean_st_ref_take(x_39); -x_213 = lean_ctor_get(x_212, 0); -lean_inc_ref(x_213); -x_214 = lean_ctor_get(x_212, 1); -lean_inc(x_214); -x_215 = lean_ctor_get(x_212, 2); -lean_inc_ref(x_215); -x_216 = lean_ctor_get(x_212, 3); -lean_inc_ref(x_216); -x_217 = lean_ctor_get(x_212, 4); -lean_inc_ref(x_217); -x_218 = lean_ctor_get(x_212, 6); -lean_inc_ref(x_218); -x_219 = lean_ctor_get(x_212, 7); +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_dec_ref(x_217); +x_218 = lean_st_ref_take(x_44); +x_219 = lean_ctor_get(x_218, 0); lean_inc_ref(x_219); -x_220 = lean_ctor_get(x_212, 8); -lean_inc_ref(x_220); -if (lean_is_exclusive(x_212)) { - lean_ctor_release(x_212, 0); - lean_ctor_release(x_212, 1); - lean_ctor_release(x_212, 2); - lean_ctor_release(x_212, 3); - lean_ctor_release(x_212, 4); - lean_ctor_release(x_212, 5); - lean_ctor_release(x_212, 6); - lean_ctor_release(x_212, 7); - lean_ctor_release(x_212, 8); - x_221 = x_212; +x_220 = lean_ctor_get(x_218, 1); +lean_inc(x_220); +x_221 = lean_ctor_get(x_218, 2); +lean_inc_ref(x_221); +x_222 = lean_ctor_get(x_218, 3); +lean_inc_ref(x_222); +x_223 = lean_ctor_get(x_218, 4); +lean_inc_ref(x_223); +x_224 = lean_ctor_get(x_218, 6); +lean_inc_ref(x_224); +x_225 = lean_ctor_get(x_218, 7); +lean_inc_ref(x_225); +x_226 = lean_ctor_get(x_218, 8); +lean_inc_ref(x_226); +if (lean_is_exclusive(x_218)) { + lean_ctor_release(x_218, 0); + lean_ctor_release(x_218, 1); + lean_ctor_release(x_218, 2); + lean_ctor_release(x_218, 3); + lean_ctor_release(x_218, 4); + lean_ctor_release(x_218, 5); + lean_ctor_release(x_218, 6); + lean_ctor_release(x_218, 7); + lean_ctor_release(x_218, 8); + x_227 = x_218; } else { - lean_dec_ref(x_212); - x_221 = lean_box(0); + lean_dec_ref(x_218); + x_227 = lean_box(0); } -lean_inc(x_47); -x_222 = l_Lean_Meta_addToCompletionBlackList(x_213, x_47); -x_223 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -if (lean_is_scalar(x_221)) { - x_224 = lean_alloc_ctor(0, 9, 0); +lean_inc(x_52); +x_228 = l_Lean_Meta_addToCompletionBlackList(x_219, x_52); +x_229 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +if (lean_is_scalar(x_227)) { + x_230 = lean_alloc_ctor(0, 9, 0); } else { - x_224 = x_221; + x_230 = x_227; } -lean_ctor_set(x_224, 0, x_222); -lean_ctor_set(x_224, 1, x_214); -lean_ctor_set(x_224, 2, x_215); -lean_ctor_set(x_224, 3, x_216); -lean_ctor_set(x_224, 4, x_217); -lean_ctor_set(x_224, 5, x_223); -lean_ctor_set(x_224, 6, x_218); -lean_ctor_set(x_224, 7, x_219); -lean_ctor_set(x_224, 8, x_220); -x_225 = lean_st_ref_set(x_39, x_224); -x_226 = lean_st_ref_take(x_37); -x_227 = lean_ctor_get(x_226, 0); -lean_inc_ref(x_227); -x_228 = lean_ctor_get(x_226, 2); -lean_inc(x_228); -x_229 = lean_ctor_get(x_226, 3); -lean_inc_ref(x_229); -x_230 = lean_ctor_get(x_226, 4); -lean_inc_ref(x_230); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - lean_ctor_release(x_226, 1); - lean_ctor_release(x_226, 2); - lean_ctor_release(x_226, 3); - lean_ctor_release(x_226, 4); - x_231 = x_226; -} else { - lean_dec_ref(x_226); - x_231 = lean_box(0); -} -x_232 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_231)) { - x_233 = lean_alloc_ctor(0, 5, 0); -} else { - x_233 = x_231; -} -lean_ctor_set(x_233, 0, x_227); -lean_ctor_set(x_233, 1, x_232); -lean_ctor_set(x_233, 2, x_228); -lean_ctor_set(x_233, 3, x_229); -lean_ctor_set(x_233, 4, x_230); -x_234 = lean_st_ref_set(x_37, x_233); -x_235 = lean_st_ref_take(x_39); -x_236 = lean_ctor_get(x_235, 0); +lean_ctor_set(x_230, 0, x_228); +lean_ctor_set(x_230, 1, x_220); +lean_ctor_set(x_230, 2, x_221); +lean_ctor_set(x_230, 3, x_222); +lean_ctor_set(x_230, 4, x_223); +lean_ctor_set(x_230, 5, x_229); +lean_ctor_set(x_230, 6, x_224); +lean_ctor_set(x_230, 7, x_225); +lean_ctor_set(x_230, 8, x_226); +x_231 = lean_st_ref_set(x_44, x_230); +x_232 = lean_st_ref_take(x_42); +x_233 = lean_ctor_get(x_232, 0); +lean_inc_ref(x_233); +x_234 = lean_ctor_get(x_232, 2); +lean_inc(x_234); +x_235 = lean_ctor_get(x_232, 3); +lean_inc_ref(x_235); +x_236 = lean_ctor_get(x_232, 4); lean_inc_ref(x_236); -x_237 = lean_ctor_get(x_235, 1); -lean_inc(x_237); -x_238 = lean_ctor_get(x_235, 2); -lean_inc_ref(x_238); -x_239 = lean_ctor_get(x_235, 3); -lean_inc_ref(x_239); -x_240 = lean_ctor_get(x_235, 4); -lean_inc_ref(x_240); -x_241 = lean_ctor_get(x_235, 6); -lean_inc_ref(x_241); -x_242 = lean_ctor_get(x_235, 7); +if (lean_is_exclusive(x_232)) { + lean_ctor_release(x_232, 0); + lean_ctor_release(x_232, 1); + lean_ctor_release(x_232, 2); + lean_ctor_release(x_232, 3); + lean_ctor_release(x_232, 4); + x_237 = x_232; +} else { + lean_dec_ref(x_232); + x_237 = lean_box(0); +} +x_238 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_237)) { + x_239 = lean_alloc_ctor(0, 5, 0); +} else { + x_239 = x_237; +} +lean_ctor_set(x_239, 0, x_233); +lean_ctor_set(x_239, 1, x_238); +lean_ctor_set(x_239, 2, x_234); +lean_ctor_set(x_239, 3, x_235); +lean_ctor_set(x_239, 4, x_236); +x_240 = lean_st_ref_set(x_42, x_239); +x_241 = lean_st_ref_take(x_44); +x_242 = lean_ctor_get(x_241, 0); lean_inc_ref(x_242); -x_243 = lean_ctor_get(x_235, 8); -lean_inc_ref(x_243); -if (lean_is_exclusive(x_235)) { - lean_ctor_release(x_235, 0); - lean_ctor_release(x_235, 1); - lean_ctor_release(x_235, 2); - lean_ctor_release(x_235, 3); - lean_ctor_release(x_235, 4); - lean_ctor_release(x_235, 5); - lean_ctor_release(x_235, 6); - lean_ctor_release(x_235, 7); - lean_ctor_release(x_235, 8); - x_244 = x_235; -} else { - lean_dec_ref(x_235); - x_244 = lean_box(0); -} -lean_inc(x_47); -x_245 = l_Lean_addProtected(x_236, x_47); -if (lean_is_scalar(x_244)) { - x_246 = lean_alloc_ctor(0, 9, 0); -} else { - x_246 = x_244; -} -lean_ctor_set(x_246, 0, x_245); -lean_ctor_set(x_246, 1, x_237); -lean_ctor_set(x_246, 2, x_238); -lean_ctor_set(x_246, 3, x_239); -lean_ctor_set(x_246, 4, x_240); -lean_ctor_set(x_246, 5, x_223); -lean_ctor_set(x_246, 6, x_241); -lean_ctor_set(x_246, 7, x_242); -lean_ctor_set(x_246, 8, x_243); -x_247 = lean_st_ref_set(x_39, x_246); -x_248 = lean_st_ref_take(x_37); -x_249 = lean_ctor_get(x_248, 0); +x_243 = lean_ctor_get(x_241, 1); +lean_inc(x_243); +x_244 = lean_ctor_get(x_241, 2); +lean_inc_ref(x_244); +x_245 = lean_ctor_get(x_241, 3); +lean_inc_ref(x_245); +x_246 = lean_ctor_get(x_241, 4); +lean_inc_ref(x_246); +x_247 = lean_ctor_get(x_241, 6); +lean_inc_ref(x_247); +x_248 = lean_ctor_get(x_241, 7); +lean_inc_ref(x_248); +x_249 = lean_ctor_get(x_241, 8); lean_inc_ref(x_249); -x_250 = lean_ctor_get(x_248, 2); -lean_inc(x_250); -x_251 = lean_ctor_get(x_248, 3); -lean_inc_ref(x_251); -x_252 = lean_ctor_get(x_248, 4); -lean_inc_ref(x_252); -if (lean_is_exclusive(x_248)) { - lean_ctor_release(x_248, 0); - lean_ctor_release(x_248, 1); - lean_ctor_release(x_248, 2); - lean_ctor_release(x_248, 3); - lean_ctor_release(x_248, 4); - x_253 = x_248; +if (lean_is_exclusive(x_241)) { + lean_ctor_release(x_241, 0); + lean_ctor_release(x_241, 1); + lean_ctor_release(x_241, 2); + lean_ctor_release(x_241, 3); + lean_ctor_release(x_241, 4); + lean_ctor_release(x_241, 5); + lean_ctor_release(x_241, 6); + lean_ctor_release(x_241, 7); + lean_ctor_release(x_241, 8); + x_250 = x_241; } else { - lean_dec_ref(x_248); - x_253 = lean_box(0); + lean_dec_ref(x_241); + x_250 = lean_box(0); } -if (lean_is_scalar(x_253)) { - x_254 = lean_alloc_ctor(0, 5, 0); +lean_inc(x_52); +x_251 = l_Lean_addProtected(x_242, x_52); +if (lean_is_scalar(x_250)) { + x_252 = lean_alloc_ctor(0, 9, 0); } else { - x_254 = x_253; + x_252 = x_250; } -lean_ctor_set(x_254, 0, x_249); -lean_ctor_set(x_254, 1, x_232); -lean_ctor_set(x_254, 2, x_250); -lean_ctor_set(x_254, 3, x_251); -lean_ctor_set(x_254, 4, x_252); -x_255 = lean_st_ref_set(x_37, x_254); -lean_inc(x_47); -x_256 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_47, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_256)) { - lean_ctor_release(x_256, 0); - x_257 = x_256; +lean_ctor_set(x_252, 0, x_251); +lean_ctor_set(x_252, 1, x_243); +lean_ctor_set(x_252, 2, x_244); +lean_ctor_set(x_252, 3, x_245); +lean_ctor_set(x_252, 4, x_246); +lean_ctor_set(x_252, 5, x_229); +lean_ctor_set(x_252, 6, x_247); +lean_ctor_set(x_252, 7, x_248); +lean_ctor_set(x_252, 8, x_249); +x_253 = lean_st_ref_set(x_44, x_252); +x_254 = lean_st_ref_take(x_42); +x_255 = lean_ctor_get(x_254, 0); +lean_inc_ref(x_255); +x_256 = lean_ctor_get(x_254, 2); +lean_inc(x_256); +x_257 = lean_ctor_get(x_254, 3); +lean_inc_ref(x_257); +x_258 = lean_ctor_get(x_254, 4); +lean_inc_ref(x_258); +if (lean_is_exclusive(x_254)) { + lean_ctor_release(x_254, 0); + lean_ctor_release(x_254, 1); + lean_ctor_release(x_254, 2); + lean_ctor_release(x_254, 3); + lean_ctor_release(x_254, 4); + x_259 = x_254; } else { - lean_dec_ref(x_256); - x_257 = lean_box(0); + lean_dec_ref(x_254); + x_259 = lean_box(0); } -if (lean_is_scalar(x_257)) { - x_258 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_259)) { + x_260 = lean_alloc_ctor(0, 5, 0); } else { - x_258 = x_257; - lean_ctor_set_tag(x_258, 1); + x_260 = x_259; } -lean_ctor_set(x_258, 0, x_13); -x_259 = lean_box(0); -x_260 = l_mkCtorIdx___lam__1___closed__3; -x_261 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_261, 0, x_258); -lean_ctor_set(x_261, 1, x_259); -lean_ctor_set(x_261, 2, x_260); -x_262 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_47, x_261, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_262; +lean_ctor_set(x_260, 0, x_255); +lean_ctor_set(x_260, 1, x_238); +lean_ctor_set(x_260, 2, x_256); +lean_ctor_set(x_260, 3, x_257); +lean_ctor_set(x_260, 4, x_258); +x_261 = lean_st_ref_set(x_42, x_260); +lean_inc(x_52); +x_262 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_52, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_262)) { + lean_ctor_release(x_262, 0); + x_263 = x_262; +} else { + lean_dec_ref(x_262); + x_263 = lean_box(0); } -else -{ -lean_dec(x_47); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -lean_dec(x_13); -return x_211; +if (lean_is_scalar(x_263)) { + x_264 = lean_alloc_ctor(1, 1, 0); +} else { + x_264 = x_263; + lean_ctor_set_tag(x_264, 1); } -} -} -} -else -{ -lean_object* x_263; uint8_t x_264; -x_263 = lean_ctor_get(x_42, 0); -lean_inc(x_263); -lean_dec(x_42); -x_264 = lean_unbox(x_263); -lean_dec(x_263); -if (x_264 == 0) -{ -lean_object* x_265; lean_object* x_266; -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -lean_dec(x_25); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); +lean_ctor_set(x_264, 0, x_13); x_265 = lean_box(0); -x_266 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_266, 0, x_265); -return x_266; -} -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_mkToCtorIdxName(x_15); -lean_inc(x_13); -x_268 = l_Lean_mkConst(x_13, x_8); -lean_inc(x_267); -x_269 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_267, x_14, x_25, x_268, x_33, x_39); -x_270 = lean_ctor_get(x_269, 0); -lean_inc(x_270); -if (lean_is_exclusive(x_269)) { - lean_ctor_release(x_269, 0); - x_271 = x_269; -} else { - lean_dec_ref(x_269); - x_271 = lean_box(0); -} -if (lean_is_scalar(x_271)) { - x_272 = lean_alloc_ctor(1, 1, 0); -} else { - x_272 = x_271; - lean_ctor_set_tag(x_272, 1); -} -lean_ctor_set(x_272, 0, x_270); -lean_inc(x_39); -lean_inc_ref(x_38); -x_273 = l_Lean_addAndCompile(x_272, x_5, x_38, x_39); -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_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_dec_ref(x_273); -x_274 = lean_st_ref_take(x_39); -x_275 = lean_ctor_get(x_274, 0); -lean_inc_ref(x_275); -x_276 = lean_ctor_get(x_274, 1); -lean_inc(x_276); -x_277 = lean_ctor_get(x_274, 2); -lean_inc_ref(x_277); -x_278 = lean_ctor_get(x_274, 3); -lean_inc_ref(x_278); -x_279 = lean_ctor_get(x_274, 4); -lean_inc_ref(x_279); -x_280 = lean_ctor_get(x_274, 6); -lean_inc_ref(x_280); -x_281 = lean_ctor_get(x_274, 7); -lean_inc_ref(x_281); -x_282 = lean_ctor_get(x_274, 8); -lean_inc_ref(x_282); -if (lean_is_exclusive(x_274)) { - lean_ctor_release(x_274, 0); - lean_ctor_release(x_274, 1); - lean_ctor_release(x_274, 2); - lean_ctor_release(x_274, 3); - lean_ctor_release(x_274, 4); - lean_ctor_release(x_274, 5); - lean_ctor_release(x_274, 6); - lean_ctor_release(x_274, 7); - lean_ctor_release(x_274, 8); - x_283 = x_274; -} else { - lean_dec_ref(x_274); - x_283 = lean_box(0); -} -lean_inc(x_267); -x_284 = l_Lean_Meta_addToCompletionBlackList(x_275, x_267); -x_285 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -if (lean_is_scalar(x_283)) { - x_286 = lean_alloc_ctor(0, 9, 0); -} else { - x_286 = x_283; -} -lean_ctor_set(x_286, 0, x_284); -lean_ctor_set(x_286, 1, x_276); -lean_ctor_set(x_286, 2, x_277); -lean_ctor_set(x_286, 3, x_278); -lean_ctor_set(x_286, 4, x_279); -lean_ctor_set(x_286, 5, x_285); -lean_ctor_set(x_286, 6, x_280); -lean_ctor_set(x_286, 7, x_281); -lean_ctor_set(x_286, 8, x_282); -x_287 = lean_st_ref_set(x_39, x_286); -x_288 = lean_st_ref_take(x_37); -x_289 = lean_ctor_get(x_288, 0); -lean_inc_ref(x_289); -x_290 = lean_ctor_get(x_288, 2); -lean_inc(x_290); -x_291 = lean_ctor_get(x_288, 3); -lean_inc_ref(x_291); -x_292 = lean_ctor_get(x_288, 4); -lean_inc_ref(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); - lean_ctor_release(x_288, 3); - lean_ctor_release(x_288, 4); - x_293 = x_288; -} else { - lean_dec_ref(x_288); - x_293 = lean_box(0); -} -x_294 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_293)) { - x_295 = lean_alloc_ctor(0, 5, 0); -} else { - x_295 = x_293; -} -lean_ctor_set(x_295, 0, x_289); -lean_ctor_set(x_295, 1, x_294); -lean_ctor_set(x_295, 2, x_290); -lean_ctor_set(x_295, 3, x_291); -lean_ctor_set(x_295, 4, x_292); -x_296 = lean_st_ref_set(x_37, x_295); -x_297 = lean_st_ref_take(x_39); -x_298 = lean_ctor_get(x_297, 0); -lean_inc_ref(x_298); -x_299 = lean_ctor_get(x_297, 1); -lean_inc(x_299); -x_300 = lean_ctor_get(x_297, 2); -lean_inc_ref(x_300); -x_301 = lean_ctor_get(x_297, 3); -lean_inc_ref(x_301); -x_302 = lean_ctor_get(x_297, 4); -lean_inc_ref(x_302); -x_303 = lean_ctor_get(x_297, 6); -lean_inc_ref(x_303); -x_304 = lean_ctor_get(x_297, 7); -lean_inc_ref(x_304); -x_305 = lean_ctor_get(x_297, 8); -lean_inc_ref(x_305); -if (lean_is_exclusive(x_297)) { - lean_ctor_release(x_297, 0); - lean_ctor_release(x_297, 1); - lean_ctor_release(x_297, 2); - lean_ctor_release(x_297, 3); - lean_ctor_release(x_297, 4); - lean_ctor_release(x_297, 5); - lean_ctor_release(x_297, 6); - lean_ctor_release(x_297, 7); - lean_ctor_release(x_297, 8); - x_306 = x_297; -} else { - lean_dec_ref(x_297); - x_306 = lean_box(0); -} -lean_inc(x_267); -x_307 = l_Lean_addProtected(x_298, x_267); -if (lean_is_scalar(x_306)) { - x_308 = lean_alloc_ctor(0, 9, 0); -} else { - x_308 = x_306; -} -lean_ctor_set(x_308, 0, x_307); -lean_ctor_set(x_308, 1, x_299); -lean_ctor_set(x_308, 2, x_300); -lean_ctor_set(x_308, 3, x_301); -lean_ctor_set(x_308, 4, x_302); -lean_ctor_set(x_308, 5, x_285); -lean_ctor_set(x_308, 6, x_303); -lean_ctor_set(x_308, 7, x_304); -lean_ctor_set(x_308, 8, x_305); -x_309 = lean_st_ref_set(x_39, x_308); -x_310 = lean_st_ref_take(x_37); -x_311 = lean_ctor_get(x_310, 0); -lean_inc_ref(x_311); -x_312 = lean_ctor_get(x_310, 2); -lean_inc(x_312); -x_313 = lean_ctor_get(x_310, 3); -lean_inc_ref(x_313); -x_314 = lean_ctor_get(x_310, 4); -lean_inc_ref(x_314); -if (lean_is_exclusive(x_310)) { - lean_ctor_release(x_310, 0); - lean_ctor_release(x_310, 1); - lean_ctor_release(x_310, 2); - lean_ctor_release(x_310, 3); - lean_ctor_release(x_310, 4); - x_315 = x_310; -} else { - lean_dec_ref(x_310); - x_315 = lean_box(0); -} -if (lean_is_scalar(x_315)) { - x_316 = lean_alloc_ctor(0, 5, 0); -} else { - x_316 = x_315; -} -lean_ctor_set(x_316, 0, x_311); -lean_ctor_set(x_316, 1, x_294); -lean_ctor_set(x_316, 2, x_312); -lean_ctor_set(x_316, 3, x_313); -lean_ctor_set(x_316, 4, x_314); -x_317 = lean_st_ref_set(x_37, x_316); -lean_inc(x_267); -x_318 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_267, x_36, x_37, x_38, x_39); -if (lean_is_exclusive(x_318)) { - lean_ctor_release(x_318, 0); - x_319 = x_318; -} else { - lean_dec_ref(x_318); - x_319 = lean_box(0); -} -if (lean_is_scalar(x_319)) { - x_320 = lean_alloc_ctor(1, 1, 0); -} else { - x_320 = x_319; - lean_ctor_set_tag(x_320, 1); -} -lean_ctor_set(x_320, 0, x_13); -x_321 = lean_box(0); -x_322 = l_mkCtorIdx___lam__1___closed__3; -x_323 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_323, 0, x_320); -lean_ctor_set(x_323, 1, x_321); -lean_ctor_set(x_323, 2, x_322); -x_324 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_267, x_323, x_36, x_37, x_38, x_39); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -return x_324; -} -else -{ -lean_dec(x_267); -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -lean_dec(x_13); -return x_273; -} -} -} -} -else -{ -uint8_t x_325; -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); -lean_dec(x_25); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -x_325 = !lean_is_exclusive(x_42); -if (x_325 == 0) -{ -return x_42; -} -else -{ -lean_object* x_326; lean_object* x_327; -x_326 = lean_ctor_get(x_42, 0); -lean_inc(x_326); +x_266 = l_mkCtorIdx___lam__1___closed__3; +x_267 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_267, 0, x_264); +lean_ctor_set(x_267, 1, x_265); +lean_ctor_set(x_267, 2, x_266); +x_268 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_52, x_267, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); lean_dec(x_42); -x_327 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_327, 0, x_326); -return x_327; +lean_dec_ref(x_41); +return x_268; +} +else +{ +lean_dec(x_52); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +lean_dec(x_13); +return x_217; +} } } } else { -lean_dec(x_39); -lean_dec_ref(x_38); -lean_dec(x_37); -lean_dec_ref(x_36); +lean_object* x_269; uint8_t x_270; +x_269 = lean_ctor_get(x_47, 0); +lean_inc(x_269); +lean_dec(x_47); +x_270 = lean_unbox(x_269); +lean_dec(x_269); +if (x_270 == 0) +{ +lean_object* x_271; lean_object* x_272; +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); lean_dec(x_25); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_41; +x_271 = lean_box(0); +x_272 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_272, 0, x_271); +return x_272; +} +else +{ +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; +x_273 = l_mkToCtorIdxName(x_15); +lean_inc(x_13); +x_274 = l_Lean_mkConst(x_13, x_8); +x_275 = lean_box(1); +lean_inc(x_273); +x_276 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_273, x_14, x_25, x_274, x_275, x_44); +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 { + lean_dec_ref(x_276); + x_278 = lean_box(0); +} +if (lean_is_scalar(x_278)) { + x_279 = lean_alloc_ctor(1, 1, 0); +} else { + x_279 = x_278; + lean_ctor_set_tag(x_279, 1); +} +lean_ctor_set(x_279, 0, x_277); +lean_inc(x_44); +lean_inc_ref(x_43); +x_280 = l_Lean_addAndCompile(x_279, x_5, x_43, x_44); +if (lean_obj_tag(x_280) == 0) +{ +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_dec_ref(x_280); +x_281 = lean_st_ref_take(x_44); +x_282 = lean_ctor_get(x_281, 0); +lean_inc_ref(x_282); +x_283 = lean_ctor_get(x_281, 1); +lean_inc(x_283); +x_284 = lean_ctor_get(x_281, 2); +lean_inc_ref(x_284); +x_285 = lean_ctor_get(x_281, 3); +lean_inc_ref(x_285); +x_286 = lean_ctor_get(x_281, 4); +lean_inc_ref(x_286); +x_287 = lean_ctor_get(x_281, 6); +lean_inc_ref(x_287); +x_288 = lean_ctor_get(x_281, 7); +lean_inc_ref(x_288); +x_289 = lean_ctor_get(x_281, 8); +lean_inc_ref(x_289); +if (lean_is_exclusive(x_281)) { + lean_ctor_release(x_281, 0); + lean_ctor_release(x_281, 1); + lean_ctor_release(x_281, 2); + lean_ctor_release(x_281, 3); + lean_ctor_release(x_281, 4); + lean_ctor_release(x_281, 5); + lean_ctor_release(x_281, 6); + lean_ctor_release(x_281, 7); + lean_ctor_release(x_281, 8); + x_290 = x_281; +} else { + lean_dec_ref(x_281); + x_290 = lean_box(0); +} +lean_inc(x_273); +x_291 = l_Lean_Meta_addToCompletionBlackList(x_282, x_273); +x_292 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +if (lean_is_scalar(x_290)) { + x_293 = lean_alloc_ctor(0, 9, 0); +} else { + x_293 = x_290; +} +lean_ctor_set(x_293, 0, x_291); +lean_ctor_set(x_293, 1, x_283); +lean_ctor_set(x_293, 2, x_284); +lean_ctor_set(x_293, 3, x_285); +lean_ctor_set(x_293, 4, x_286); +lean_ctor_set(x_293, 5, x_292); +lean_ctor_set(x_293, 6, x_287); +lean_ctor_set(x_293, 7, x_288); +lean_ctor_set(x_293, 8, x_289); +x_294 = lean_st_ref_set(x_44, x_293); +x_295 = lean_st_ref_take(x_42); +x_296 = lean_ctor_get(x_295, 0); +lean_inc_ref(x_296); +x_297 = lean_ctor_get(x_295, 2); +lean_inc(x_297); +x_298 = lean_ctor_get(x_295, 3); +lean_inc_ref(x_298); +x_299 = lean_ctor_get(x_295, 4); +lean_inc_ref(x_299); +if (lean_is_exclusive(x_295)) { + lean_ctor_release(x_295, 0); + lean_ctor_release(x_295, 1); + lean_ctor_release(x_295, 2); + lean_ctor_release(x_295, 3); + lean_ctor_release(x_295, 4); + x_300 = x_295; +} else { + lean_dec_ref(x_295); + x_300 = lean_box(0); +} +x_301 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_300)) { + x_302 = lean_alloc_ctor(0, 5, 0); +} else { + x_302 = x_300; +} +lean_ctor_set(x_302, 0, x_296); +lean_ctor_set(x_302, 1, x_301); +lean_ctor_set(x_302, 2, x_297); +lean_ctor_set(x_302, 3, x_298); +lean_ctor_set(x_302, 4, x_299); +x_303 = lean_st_ref_set(x_42, x_302); +x_304 = lean_st_ref_take(x_44); +x_305 = lean_ctor_get(x_304, 0); +lean_inc_ref(x_305); +x_306 = lean_ctor_get(x_304, 1); +lean_inc(x_306); +x_307 = lean_ctor_get(x_304, 2); +lean_inc_ref(x_307); +x_308 = lean_ctor_get(x_304, 3); +lean_inc_ref(x_308); +x_309 = lean_ctor_get(x_304, 4); +lean_inc_ref(x_309); +x_310 = lean_ctor_get(x_304, 6); +lean_inc_ref(x_310); +x_311 = lean_ctor_get(x_304, 7); +lean_inc_ref(x_311); +x_312 = lean_ctor_get(x_304, 8); +lean_inc_ref(x_312); +if (lean_is_exclusive(x_304)) { + lean_ctor_release(x_304, 0); + lean_ctor_release(x_304, 1); + lean_ctor_release(x_304, 2); + lean_ctor_release(x_304, 3); + lean_ctor_release(x_304, 4); + lean_ctor_release(x_304, 5); + lean_ctor_release(x_304, 6); + lean_ctor_release(x_304, 7); + lean_ctor_release(x_304, 8); + x_313 = x_304; +} else { + lean_dec_ref(x_304); + x_313 = lean_box(0); +} +lean_inc(x_273); +x_314 = l_Lean_addProtected(x_305, x_273); +if (lean_is_scalar(x_313)) { + x_315 = lean_alloc_ctor(0, 9, 0); +} else { + x_315 = x_313; +} +lean_ctor_set(x_315, 0, x_314); +lean_ctor_set(x_315, 1, x_306); +lean_ctor_set(x_315, 2, x_307); +lean_ctor_set(x_315, 3, x_308); +lean_ctor_set(x_315, 4, x_309); +lean_ctor_set(x_315, 5, x_292); +lean_ctor_set(x_315, 6, x_310); +lean_ctor_set(x_315, 7, x_311); +lean_ctor_set(x_315, 8, x_312); +x_316 = lean_st_ref_set(x_44, x_315); +x_317 = lean_st_ref_take(x_42); +x_318 = lean_ctor_get(x_317, 0); +lean_inc_ref(x_318); +x_319 = lean_ctor_get(x_317, 2); +lean_inc(x_319); +x_320 = lean_ctor_get(x_317, 3); +lean_inc_ref(x_320); +x_321 = lean_ctor_get(x_317, 4); +lean_inc_ref(x_321); +if (lean_is_exclusive(x_317)) { + lean_ctor_release(x_317, 0); + lean_ctor_release(x_317, 1); + lean_ctor_release(x_317, 2); + lean_ctor_release(x_317, 3); + lean_ctor_release(x_317, 4); + x_322 = x_317; +} else { + lean_dec_ref(x_317); + x_322 = lean_box(0); +} +if (lean_is_scalar(x_322)) { + x_323 = lean_alloc_ctor(0, 5, 0); +} else { + x_323 = x_322; +} +lean_ctor_set(x_323, 0, x_318); +lean_ctor_set(x_323, 1, x_301); +lean_ctor_set(x_323, 2, x_319); +lean_ctor_set(x_323, 3, x_320); +lean_ctor_set(x_323, 4, x_321); +x_324 = lean_st_ref_set(x_42, x_323); +lean_inc(x_273); +x_325 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_273, x_41, x_42, x_43, x_44); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + x_326 = x_325; +} else { + lean_dec_ref(x_325); + x_326 = lean_box(0); +} +if (lean_is_scalar(x_326)) { + x_327 = lean_alloc_ctor(1, 1, 0); +} else { + x_327 = x_326; + lean_ctor_set_tag(x_327, 1); +} +lean_ctor_set(x_327, 0, x_13); +x_328 = lean_box(0); +x_329 = l_mkCtorIdx___lam__1___closed__3; +x_330 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_330, 0, x_327); +lean_ctor_set(x_330, 1, x_328); +lean_ctor_set(x_330, 2, x_329); +x_331 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_273, x_330, x_41, x_42, x_43, x_44); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +return x_331; +} +else +{ +lean_dec(x_273); +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +lean_dec(x_13); +return x_280; +} } } } else { -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_553; -x_477 = lean_ctor_get(x_34, 0); -lean_inc(x_477); -lean_dec(x_34); -x_478 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_478, 0, x_477); +uint8_t x_332; +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +lean_dec(x_25); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_8); +x_332 = !lean_is_exclusive(x_47); +if (x_332 == 0) +{ +return x_47; +} +else +{ +lean_object* x_333; lean_object* x_334; +x_333 = lean_ctor_get(x_47, 0); +lean_inc(x_333); +lean_dec(x_47); +x_334 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_334, 0, x_333); +return x_334; +} +} +} +else +{ +lean_dec(x_44); +lean_dec_ref(x_43); +lean_dec(x_42); +lean_dec_ref(x_41); +lean_dec(x_25); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_8); +return x_46; +} +} +} +else +{ +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_556; +x_479 = lean_ctor_get(x_39, 0); +lean_inc(x_479); +lean_dec(x_39); +x_480 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_480, 0, x_479); lean_inc(x_19); lean_inc_ref(x_18); -lean_inc_ref(x_478); -x_553 = l_Lean_addDecl(x_478, x_4, x_18, x_19); -if (lean_obj_tag(x_553) == 0) +lean_inc_ref(x_480); +x_556 = l_Lean_addDecl(x_480, x_4, x_18, x_19); +if (lean_obj_tag(x_556) == 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_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; uint8_t x_601; -lean_dec_ref(x_553); -x_554 = lean_st_ref_take(x_19); -x_555 = lean_ctor_get(x_554, 0); -lean_inc_ref(x_555); -x_556 = lean_ctor_get(x_554, 1); -lean_inc(x_556); -x_557 = lean_ctor_get(x_554, 2); -lean_inc_ref(x_557); -x_558 = lean_ctor_get(x_554, 3); +lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; uint8_t x_603; +lean_dec_ref(x_556); +x_557 = lean_st_ref_take(x_19); +x_558 = lean_ctor_get(x_557, 0); lean_inc_ref(x_558); -x_559 = lean_ctor_get(x_554, 4); -lean_inc_ref(x_559); -x_560 = lean_ctor_get(x_554, 6); +x_559 = lean_ctor_get(x_557, 1); +lean_inc(x_559); +x_560 = lean_ctor_get(x_557, 2); lean_inc_ref(x_560); -x_561 = lean_ctor_get(x_554, 7); +x_561 = lean_ctor_get(x_557, 3); lean_inc_ref(x_561); -x_562 = lean_ctor_get(x_554, 8); +x_562 = lean_ctor_get(x_557, 4); lean_inc_ref(x_562); -if (lean_is_exclusive(x_554)) { - lean_ctor_release(x_554, 0); - lean_ctor_release(x_554, 1); - lean_ctor_release(x_554, 2); - lean_ctor_release(x_554, 3); - lean_ctor_release(x_554, 4); - lean_ctor_release(x_554, 5); - lean_ctor_release(x_554, 6); - lean_ctor_release(x_554, 7); - lean_ctor_release(x_554, 8); - x_563 = x_554; +x_563 = lean_ctor_get(x_557, 6); +lean_inc_ref(x_563); +x_564 = lean_ctor_get(x_557, 7); +lean_inc_ref(x_564); +x_565 = lean_ctor_get(x_557, 8); +lean_inc_ref(x_565); +if (lean_is_exclusive(x_557)) { + lean_ctor_release(x_557, 0); + lean_ctor_release(x_557, 1); + lean_ctor_release(x_557, 2); + lean_ctor_release(x_557, 3); + lean_ctor_release(x_557, 4); + lean_ctor_release(x_557, 5); + lean_ctor_release(x_557, 6); + lean_ctor_release(x_557, 7); + lean_ctor_release(x_557, 8); + x_566 = x_557; } else { - lean_dec_ref(x_554); - x_563 = lean_box(0); + lean_dec_ref(x_557); + x_566 = lean_box(0); } lean_inc(x_13); -x_564 = l_Lean_Meta_addToCompletionBlackList(x_555, x_13); -x_565 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -if (lean_is_scalar(x_563)) { - x_566 = lean_alloc_ctor(0, 9, 0); +x_567 = l_Lean_Meta_addToCompletionBlackList(x_558, x_13); +x_568 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +if (lean_is_scalar(x_566)) { + x_569 = lean_alloc_ctor(0, 9, 0); } else { - x_566 = x_563; + x_569 = x_566; } -lean_ctor_set(x_566, 0, x_564); -lean_ctor_set(x_566, 1, x_556); -lean_ctor_set(x_566, 2, x_557); -lean_ctor_set(x_566, 3, x_558); -lean_ctor_set(x_566, 4, x_559); -lean_ctor_set(x_566, 5, x_565); -lean_ctor_set(x_566, 6, x_560); -lean_ctor_set(x_566, 7, x_561); -lean_ctor_set(x_566, 8, x_562); -x_567 = lean_st_ref_set(x_19, x_566); -x_568 = lean_st_ref_take(x_17); -x_569 = lean_ctor_get(x_568, 0); -lean_inc_ref(x_569); -x_570 = lean_ctor_get(x_568, 2); -lean_inc(x_570); -x_571 = lean_ctor_get(x_568, 3); -lean_inc_ref(x_571); -x_572 = lean_ctor_get(x_568, 4); +lean_ctor_set(x_569, 0, x_567); +lean_ctor_set(x_569, 1, x_559); +lean_ctor_set(x_569, 2, x_560); +lean_ctor_set(x_569, 3, x_561); +lean_ctor_set(x_569, 4, x_562); +lean_ctor_set(x_569, 5, x_568); +lean_ctor_set(x_569, 6, x_563); +lean_ctor_set(x_569, 7, x_564); +lean_ctor_set(x_569, 8, x_565); +x_570 = lean_st_ref_set(x_19, x_569); +x_571 = lean_st_ref_take(x_17); +x_572 = lean_ctor_get(x_571, 0); lean_inc_ref(x_572); -if (lean_is_exclusive(x_568)) { - lean_ctor_release(x_568, 0); - lean_ctor_release(x_568, 1); - lean_ctor_release(x_568, 2); - lean_ctor_release(x_568, 3); - lean_ctor_release(x_568, 4); - x_573 = x_568; +x_573 = lean_ctor_get(x_571, 2); +lean_inc(x_573); +x_574 = lean_ctor_get(x_571, 3); +lean_inc_ref(x_574); +x_575 = lean_ctor_get(x_571, 4); +lean_inc_ref(x_575); +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); + lean_ctor_release(x_571, 4); + x_576 = x_571; } else { - lean_dec_ref(x_568); - x_573 = lean_box(0); + lean_dec_ref(x_571); + x_576 = lean_box(0); } -x_574 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_573)) { - x_575 = lean_alloc_ctor(0, 5, 0); +x_577 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_576)) { + x_578 = lean_alloc_ctor(0, 5, 0); } else { - x_575 = x_573; + x_578 = x_576; } -lean_ctor_set(x_575, 0, x_569); -lean_ctor_set(x_575, 1, x_574); -lean_ctor_set(x_575, 2, x_570); -lean_ctor_set(x_575, 3, x_571); -lean_ctor_set(x_575, 4, x_572); -x_576 = lean_st_ref_set(x_17, x_575); -x_577 = lean_st_ref_take(x_19); -x_578 = lean_ctor_get(x_577, 0); -lean_inc_ref(x_578); -x_579 = lean_ctor_get(x_577, 1); -lean_inc(x_579); -x_580 = lean_ctor_get(x_577, 2); -lean_inc_ref(x_580); -x_581 = lean_ctor_get(x_577, 3); +lean_ctor_set(x_578, 0, x_572); +lean_ctor_set(x_578, 1, x_577); +lean_ctor_set(x_578, 2, x_573); +lean_ctor_set(x_578, 3, x_574); +lean_ctor_set(x_578, 4, x_575); +x_579 = lean_st_ref_set(x_17, x_578); +x_580 = lean_st_ref_take(x_19); +x_581 = lean_ctor_get(x_580, 0); lean_inc_ref(x_581); -x_582 = lean_ctor_get(x_577, 4); -lean_inc_ref(x_582); -x_583 = lean_ctor_get(x_577, 6); +x_582 = lean_ctor_get(x_580, 1); +lean_inc(x_582); +x_583 = lean_ctor_get(x_580, 2); lean_inc_ref(x_583); -x_584 = lean_ctor_get(x_577, 7); +x_584 = lean_ctor_get(x_580, 3); lean_inc_ref(x_584); -x_585 = lean_ctor_get(x_577, 8); +x_585 = lean_ctor_get(x_580, 4); lean_inc_ref(x_585); -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); - lean_ctor_release(x_577, 4); - lean_ctor_release(x_577, 5); - lean_ctor_release(x_577, 6); - lean_ctor_release(x_577, 7); - lean_ctor_release(x_577, 8); - x_586 = x_577; +x_586 = lean_ctor_get(x_580, 6); +lean_inc_ref(x_586); +x_587 = lean_ctor_get(x_580, 7); +lean_inc_ref(x_587); +x_588 = lean_ctor_get(x_580, 8); +lean_inc_ref(x_588); +if (lean_is_exclusive(x_580)) { + lean_ctor_release(x_580, 0); + lean_ctor_release(x_580, 1); + lean_ctor_release(x_580, 2); + lean_ctor_release(x_580, 3); + lean_ctor_release(x_580, 4); + lean_ctor_release(x_580, 5); + lean_ctor_release(x_580, 6); + lean_ctor_release(x_580, 7); + lean_ctor_release(x_580, 8); + x_589 = x_580; } else { - lean_dec_ref(x_577); - x_586 = lean_box(0); + lean_dec_ref(x_580); + x_589 = lean_box(0); } lean_inc(x_13); -x_587 = l_Lean_addProtected(x_578, x_13); -if (lean_is_scalar(x_586)) { - x_588 = lean_alloc_ctor(0, 9, 0); +x_590 = l_Lean_addProtected(x_581, x_13); +if (lean_is_scalar(x_589)) { + x_591 = lean_alloc_ctor(0, 9, 0); } else { - x_588 = x_586; + x_591 = x_589; } -lean_ctor_set(x_588, 0, x_587); -lean_ctor_set(x_588, 1, x_579); -lean_ctor_set(x_588, 2, x_580); -lean_ctor_set(x_588, 3, x_581); -lean_ctor_set(x_588, 4, x_582); -lean_ctor_set(x_588, 5, x_565); -lean_ctor_set(x_588, 6, x_583); -lean_ctor_set(x_588, 7, x_584); -lean_ctor_set(x_588, 8, x_585); -x_589 = lean_st_ref_set(x_19, x_588); -x_590 = lean_st_ref_take(x_17); -x_591 = lean_ctor_get(x_590, 0); -lean_inc_ref(x_591); -x_592 = lean_ctor_get(x_590, 2); -lean_inc(x_592); -x_593 = lean_ctor_get(x_590, 3); -lean_inc_ref(x_593); -x_594 = lean_ctor_get(x_590, 4); +lean_ctor_set(x_591, 0, x_590); +lean_ctor_set(x_591, 1, x_582); +lean_ctor_set(x_591, 2, x_583); +lean_ctor_set(x_591, 3, x_584); +lean_ctor_set(x_591, 4, x_585); +lean_ctor_set(x_591, 5, x_568); +lean_ctor_set(x_591, 6, x_586); +lean_ctor_set(x_591, 7, x_587); +lean_ctor_set(x_591, 8, x_588); +x_592 = lean_st_ref_set(x_19, x_591); +x_593 = lean_st_ref_take(x_17); +x_594 = lean_ctor_get(x_593, 0); lean_inc_ref(x_594); -if (lean_is_exclusive(x_590)) { - lean_ctor_release(x_590, 0); - lean_ctor_release(x_590, 1); - lean_ctor_release(x_590, 2); - lean_ctor_release(x_590, 3); - lean_ctor_release(x_590, 4); - x_595 = x_590; +x_595 = lean_ctor_get(x_593, 2); +lean_inc(x_595); +x_596 = lean_ctor_get(x_593, 3); +lean_inc_ref(x_596); +x_597 = lean_ctor_get(x_593, 4); +lean_inc_ref(x_597); +if (lean_is_exclusive(x_593)) { + lean_ctor_release(x_593, 0); + lean_ctor_release(x_593, 1); + lean_ctor_release(x_593, 2); + lean_ctor_release(x_593, 3); + lean_ctor_release(x_593, 4); + x_598 = x_593; } else { - lean_dec_ref(x_590); - x_595 = lean_box(0); + lean_dec_ref(x_593); + x_598 = lean_box(0); } -if (lean_is_scalar(x_595)) { - x_596 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_598)) { + x_599 = lean_alloc_ctor(0, 5, 0); } else { - x_596 = x_595; + x_599 = x_598; } -lean_ctor_set(x_596, 0, x_591); -lean_ctor_set(x_596, 1, x_574); -lean_ctor_set(x_596, 2, x_592); -lean_ctor_set(x_596, 3, x_593); -lean_ctor_set(x_596, 4, x_594); -x_597 = lean_st_ref_set(x_17, x_596); -lean_inc(x_13); -x_598 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_13, x_16, x_17, x_18, x_19); -lean_dec_ref(x_598); -x_599 = l_Lean_InductiveVal_numCtors(x_6); +lean_ctor_set(x_599, 0, x_594); +lean_ctor_set(x_599, 1, x_577); +lean_ctor_set(x_599, 2, x_595); +lean_ctor_set(x_599, 3, x_596); +lean_ctor_set(x_599, 4, x_597); +x_600 = lean_st_ref_set(x_17, x_599); +x_601 = lean_unsigned_to_nat(1u); +x_602 = l_Lean_InductiveVal_numCtors(x_6); lean_dec_ref(x_6); -x_600 = lean_unsigned_to_nat(1u); -x_601 = lean_nat_dec_eq(x_599, x_600); -lean_dec(x_599); -if (x_601 == 0) +x_603 = lean_nat_dec_eq(x_602, x_601); +lean_dec(x_602); +if (x_603 == 0) { -x_479 = x_16; -x_480 = x_17; -x_481 = x_18; -x_482 = x_19; -x_483 = lean_box(0); -goto block_552; +x_481 = x_16; +x_482 = x_17; +x_483 = x_18; +x_484 = x_19; +x_485 = lean_box(0); +goto block_555; } else { -uint8_t x_602; lean_object* x_603; -x_602 = 2; +uint8_t x_604; lean_object* x_605; +x_604 = 2; lean_inc(x_13); -x_603 = l_Lean_Meta_setInlineAttribute(x_13, x_602, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_603) == 0) +x_605 = l_Lean_Meta_setInlineAttribute(x_13, x_604, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_605) == 0) { -lean_dec_ref(x_603); -x_479 = x_16; -x_480 = x_17; -x_481 = x_18; -x_482 = x_19; -x_483 = lean_box(0); -goto block_552; +lean_dec_ref(x_605); +x_481 = x_16; +x_482 = x_17; +x_483 = x_18; +x_484 = x_19; +x_485 = lean_box(0); +goto block_555; } else { -lean_dec_ref(x_478); +lean_dec_ref(x_480); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -6335,13 +6330,13 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_603; +return x_605; } } } else { -lean_dec_ref(x_478); +lean_dec_ref(x_480); lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -6352,340 +6347,341 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); lean_dec_ref(x_6); -return x_553; +return x_556; } -block_552: +block_555: { -lean_object* x_484; -lean_inc(x_482); -lean_inc_ref(x_481); -x_484 = l_Lean_compileDecl(x_478, x_5, x_481, x_482); -if (lean_obj_tag(x_484) == 0) +lean_object* x_486; +lean_inc(x_484); +lean_inc_ref(x_483); +x_486 = l_Lean_compileDecl(x_480, x_5, x_483, x_484); +if (lean_obj_tag(x_486) == 0) { -lean_object* x_485; -lean_dec_ref(x_484); -lean_inc_ref(x_481); +lean_object* x_487; +lean_dec_ref(x_486); +lean_inc_ref(x_483); lean_inc(x_15); -x_485 = l_Lean_isEnumType___at___00mkCtorIdx_spec__19(x_15, x_479, x_480, x_481, x_482); -if (lean_obj_tag(x_485) == 0) +x_487 = l_Lean_isEnumType___at___00mkCtorIdx_spec__19(x_15, x_481, x_482, x_483, x_484); +if (lean_obj_tag(x_487) == 0) { -lean_object* x_486; lean_object* x_487; uint8_t x_488; -x_486 = lean_ctor_get(x_485, 0); -lean_inc(x_486); -if (lean_is_exclusive(x_485)) { - lean_ctor_release(x_485, 0); - x_487 = x_485; +lean_object* x_488; lean_object* x_489; uint8_t x_490; +x_488 = lean_ctor_get(x_487, 0); +lean_inc(x_488); +if (lean_is_exclusive(x_487)) { + lean_ctor_release(x_487, 0); + x_489 = x_487; } else { - lean_dec_ref(x_485); - x_487 = lean_box(0); + lean_dec_ref(x_487); + x_489 = lean_box(0); } -x_488 = lean_unbox(x_486); -lean_dec(x_486); -if (x_488 == 0) +x_490 = lean_unbox(x_488); +lean_dec(x_488); +if (x_490 == 0) { -lean_object* x_489; lean_object* x_490; +lean_object* x_491; lean_object* x_492; +lean_dec(x_484); +lean_dec_ref(x_483); lean_dec(x_482); lean_dec_ref(x_481); -lean_dec(x_480); -lean_dec_ref(x_479); lean_dec(x_25); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -x_489 = lean_box(0); -if (lean_is_scalar(x_487)) { - x_490 = lean_alloc_ctor(0, 1, 0); +x_491 = lean_box(0); +if (lean_is_scalar(x_489)) { + x_492 = lean_alloc_ctor(0, 1, 0); } else { - x_490 = x_487; + x_492 = x_489; } -lean_ctor_set(x_490, 0, x_489); -return x_490; +lean_ctor_set(x_492, 0, x_491); +return x_492; } else { -lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; -lean_dec(x_487); -x_491 = l_mkToCtorIdxName(x_15); +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_dec(x_489); +x_493 = l_mkToCtorIdxName(x_15); lean_inc(x_13); -x_492 = l_Lean_mkConst(x_13, x_8); -lean_inc(x_491); -x_493 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_491, x_14, x_25, x_492, x_33, x_482); -x_494 = lean_ctor_get(x_493, 0); -lean_inc(x_494); -if (lean_is_exclusive(x_493)) { - lean_ctor_release(x_493, 0); - x_495 = x_493; +x_494 = l_Lean_mkConst(x_13, x_8); +x_495 = lean_box(1); +lean_inc(x_493); +x_496 = l_Lean_mkDefinitionValInferringUnsafe___at___00mkCtorIdx_spec__18___redArg(x_493, x_14, x_25, x_494, x_495, x_484); +x_497 = lean_ctor_get(x_496, 0); +lean_inc(x_497); +if (lean_is_exclusive(x_496)) { + lean_ctor_release(x_496, 0); + x_498 = x_496; } else { - lean_dec_ref(x_493); - x_495 = lean_box(0); + lean_dec_ref(x_496); + x_498 = lean_box(0); } -if (lean_is_scalar(x_495)) { - x_496 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_498)) { + x_499 = lean_alloc_ctor(1, 1, 0); } else { - x_496 = x_495; - lean_ctor_set_tag(x_496, 1); + x_499 = x_498; + lean_ctor_set_tag(x_499, 1); } -lean_ctor_set(x_496, 0, x_494); -lean_inc(x_482); -lean_inc_ref(x_481); -x_497 = l_Lean_addAndCompile(x_496, x_5, x_481, x_482); -if (lean_obj_tag(x_497) == 0) +lean_ctor_set(x_499, 0, x_497); +lean_inc(x_484); +lean_inc_ref(x_483); +x_500 = l_Lean_addAndCompile(x_499, x_5, x_483, x_484); +if (lean_obj_tag(x_500) == 0) { -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_dec_ref(x_497); -x_498 = lean_st_ref_take(x_482); -x_499 = lean_ctor_get(x_498, 0); -lean_inc_ref(x_499); -x_500 = lean_ctor_get(x_498, 1); -lean_inc(x_500); -x_501 = lean_ctor_get(x_498, 2); -lean_inc_ref(x_501); -x_502 = lean_ctor_get(x_498, 3); +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_dec_ref(x_500); +x_501 = lean_st_ref_take(x_484); +x_502 = lean_ctor_get(x_501, 0); lean_inc_ref(x_502); -x_503 = lean_ctor_get(x_498, 4); -lean_inc_ref(x_503); -x_504 = lean_ctor_get(x_498, 6); +x_503 = lean_ctor_get(x_501, 1); +lean_inc(x_503); +x_504 = lean_ctor_get(x_501, 2); lean_inc_ref(x_504); -x_505 = lean_ctor_get(x_498, 7); +x_505 = lean_ctor_get(x_501, 3); lean_inc_ref(x_505); -x_506 = lean_ctor_get(x_498, 8); +x_506 = lean_ctor_get(x_501, 4); lean_inc_ref(x_506); -if (lean_is_exclusive(x_498)) { - lean_ctor_release(x_498, 0); - lean_ctor_release(x_498, 1); - lean_ctor_release(x_498, 2); - lean_ctor_release(x_498, 3); - lean_ctor_release(x_498, 4); - lean_ctor_release(x_498, 5); - lean_ctor_release(x_498, 6); - lean_ctor_release(x_498, 7); - lean_ctor_release(x_498, 8); - x_507 = x_498; +x_507 = lean_ctor_get(x_501, 6); +lean_inc_ref(x_507); +x_508 = lean_ctor_get(x_501, 7); +lean_inc_ref(x_508); +x_509 = lean_ctor_get(x_501, 8); +lean_inc_ref(x_509); +if (lean_is_exclusive(x_501)) { + lean_ctor_release(x_501, 0); + lean_ctor_release(x_501, 1); + lean_ctor_release(x_501, 2); + lean_ctor_release(x_501, 3); + lean_ctor_release(x_501, 4); + lean_ctor_release(x_501, 5); + lean_ctor_release(x_501, 6); + lean_ctor_release(x_501, 7); + lean_ctor_release(x_501, 8); + x_510 = x_501; } else { - lean_dec_ref(x_498); - x_507 = lean_box(0); + lean_dec_ref(x_501); + x_510 = lean_box(0); } -lean_inc(x_491); -x_508 = l_Lean_Meta_addToCompletionBlackList(x_499, x_491); -x_509 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; -if (lean_is_scalar(x_507)) { - x_510 = lean_alloc_ctor(0, 9, 0); +lean_inc(x_493); +x_511 = l_Lean_Meta_addToCompletionBlackList(x_502, x_493); +x_512 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__2; +if (lean_is_scalar(x_510)) { + x_513 = lean_alloc_ctor(0, 9, 0); } else { - x_510 = x_507; + x_513 = x_510; } -lean_ctor_set(x_510, 0, x_508); -lean_ctor_set(x_510, 1, x_500); -lean_ctor_set(x_510, 2, x_501); -lean_ctor_set(x_510, 3, x_502); -lean_ctor_set(x_510, 4, x_503); -lean_ctor_set(x_510, 5, x_509); -lean_ctor_set(x_510, 6, x_504); -lean_ctor_set(x_510, 7, x_505); -lean_ctor_set(x_510, 8, x_506); -x_511 = lean_st_ref_set(x_482, x_510); -x_512 = lean_st_ref_take(x_480); -x_513 = lean_ctor_get(x_512, 0); -lean_inc_ref(x_513); -x_514 = lean_ctor_get(x_512, 2); -lean_inc(x_514); -x_515 = lean_ctor_get(x_512, 3); -lean_inc_ref(x_515); -x_516 = lean_ctor_get(x_512, 4); +lean_ctor_set(x_513, 0, x_511); +lean_ctor_set(x_513, 1, x_503); +lean_ctor_set(x_513, 2, x_504); +lean_ctor_set(x_513, 3, x_505); +lean_ctor_set(x_513, 4, x_506); +lean_ctor_set(x_513, 5, x_512); +lean_ctor_set(x_513, 6, x_507); +lean_ctor_set(x_513, 7, x_508); +lean_ctor_set(x_513, 8, x_509); +x_514 = lean_st_ref_set(x_484, x_513); +x_515 = lean_st_ref_take(x_482); +x_516 = lean_ctor_get(x_515, 0); lean_inc_ref(x_516); -if (lean_is_exclusive(x_512)) { - lean_ctor_release(x_512, 0); - lean_ctor_release(x_512, 1); - lean_ctor_release(x_512, 2); - lean_ctor_release(x_512, 3); - lean_ctor_release(x_512, 4); - x_517 = x_512; +x_517 = lean_ctor_get(x_515, 2); +lean_inc(x_517); +x_518 = lean_ctor_get(x_515, 3); +lean_inc_ref(x_518); +x_519 = lean_ctor_get(x_515, 4); +lean_inc_ref(x_519); +if (lean_is_exclusive(x_515)) { + lean_ctor_release(x_515, 0); + lean_ctor_release(x_515, 1); + lean_ctor_release(x_515, 2); + lean_ctor_release(x_515, 3); + lean_ctor_release(x_515, 4); + x_520 = x_515; } else { - lean_dec_ref(x_512); - x_517 = lean_box(0); + lean_dec_ref(x_515); + x_520 = lean_box(0); } -x_518 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; -if (lean_is_scalar(x_517)) { - x_519 = lean_alloc_ctor(0, 5, 0); +x_521 = l_Lean_setEnv___at___00Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23_spec__23___redArg___closed__3; +if (lean_is_scalar(x_520)) { + x_522 = lean_alloc_ctor(0, 5, 0); } else { - x_519 = x_517; + x_522 = x_520; } -lean_ctor_set(x_519, 0, x_513); -lean_ctor_set(x_519, 1, x_518); -lean_ctor_set(x_519, 2, x_514); -lean_ctor_set(x_519, 3, x_515); -lean_ctor_set(x_519, 4, x_516); -x_520 = lean_st_ref_set(x_480, x_519); -x_521 = lean_st_ref_take(x_482); -x_522 = lean_ctor_get(x_521, 0); -lean_inc_ref(x_522); -x_523 = lean_ctor_get(x_521, 1); -lean_inc(x_523); -x_524 = lean_ctor_get(x_521, 2); -lean_inc_ref(x_524); -x_525 = lean_ctor_get(x_521, 3); +lean_ctor_set(x_522, 0, x_516); +lean_ctor_set(x_522, 1, x_521); +lean_ctor_set(x_522, 2, x_517); +lean_ctor_set(x_522, 3, x_518); +lean_ctor_set(x_522, 4, x_519); +x_523 = lean_st_ref_set(x_482, x_522); +x_524 = lean_st_ref_take(x_484); +x_525 = lean_ctor_get(x_524, 0); lean_inc_ref(x_525); -x_526 = lean_ctor_get(x_521, 4); -lean_inc_ref(x_526); -x_527 = lean_ctor_get(x_521, 6); +x_526 = lean_ctor_get(x_524, 1); +lean_inc(x_526); +x_527 = lean_ctor_get(x_524, 2); lean_inc_ref(x_527); -x_528 = lean_ctor_get(x_521, 7); +x_528 = lean_ctor_get(x_524, 3); lean_inc_ref(x_528); -x_529 = lean_ctor_get(x_521, 8); +x_529 = lean_ctor_get(x_524, 4); lean_inc_ref(x_529); -if (lean_is_exclusive(x_521)) { - lean_ctor_release(x_521, 0); - lean_ctor_release(x_521, 1); - lean_ctor_release(x_521, 2); - lean_ctor_release(x_521, 3); - lean_ctor_release(x_521, 4); - lean_ctor_release(x_521, 5); - lean_ctor_release(x_521, 6); - lean_ctor_release(x_521, 7); - lean_ctor_release(x_521, 8); - x_530 = x_521; +x_530 = lean_ctor_get(x_524, 6); +lean_inc_ref(x_530); +x_531 = lean_ctor_get(x_524, 7); +lean_inc_ref(x_531); +x_532 = lean_ctor_get(x_524, 8); +lean_inc_ref(x_532); +if (lean_is_exclusive(x_524)) { + lean_ctor_release(x_524, 0); + lean_ctor_release(x_524, 1); + lean_ctor_release(x_524, 2); + lean_ctor_release(x_524, 3); + lean_ctor_release(x_524, 4); + lean_ctor_release(x_524, 5); + lean_ctor_release(x_524, 6); + lean_ctor_release(x_524, 7); + lean_ctor_release(x_524, 8); + x_533 = x_524; } else { - lean_dec_ref(x_521); - x_530 = lean_box(0); + lean_dec_ref(x_524); + x_533 = lean_box(0); } -lean_inc(x_491); -x_531 = l_Lean_addProtected(x_522, x_491); -if (lean_is_scalar(x_530)) { - x_532 = lean_alloc_ctor(0, 9, 0); +lean_inc(x_493); +x_534 = l_Lean_addProtected(x_525, x_493); +if (lean_is_scalar(x_533)) { + x_535 = lean_alloc_ctor(0, 9, 0); } else { - x_532 = x_530; + x_535 = x_533; } -lean_ctor_set(x_532, 0, x_531); -lean_ctor_set(x_532, 1, x_523); -lean_ctor_set(x_532, 2, x_524); -lean_ctor_set(x_532, 3, x_525); -lean_ctor_set(x_532, 4, x_526); -lean_ctor_set(x_532, 5, x_509); -lean_ctor_set(x_532, 6, x_527); -lean_ctor_set(x_532, 7, x_528); -lean_ctor_set(x_532, 8, x_529); -x_533 = lean_st_ref_set(x_482, x_532); -x_534 = lean_st_ref_take(x_480); -x_535 = lean_ctor_get(x_534, 0); -lean_inc_ref(x_535); -x_536 = lean_ctor_get(x_534, 2); -lean_inc(x_536); -x_537 = lean_ctor_get(x_534, 3); -lean_inc_ref(x_537); -x_538 = lean_ctor_get(x_534, 4); +lean_ctor_set(x_535, 0, x_534); +lean_ctor_set(x_535, 1, x_526); +lean_ctor_set(x_535, 2, x_527); +lean_ctor_set(x_535, 3, x_528); +lean_ctor_set(x_535, 4, x_529); +lean_ctor_set(x_535, 5, x_512); +lean_ctor_set(x_535, 6, x_530); +lean_ctor_set(x_535, 7, x_531); +lean_ctor_set(x_535, 8, x_532); +x_536 = lean_st_ref_set(x_484, x_535); +x_537 = lean_st_ref_take(x_482); +x_538 = lean_ctor_get(x_537, 0); lean_inc_ref(x_538); -if (lean_is_exclusive(x_534)) { - lean_ctor_release(x_534, 0); - lean_ctor_release(x_534, 1); - lean_ctor_release(x_534, 2); - lean_ctor_release(x_534, 3); - lean_ctor_release(x_534, 4); - x_539 = x_534; +x_539 = lean_ctor_get(x_537, 2); +lean_inc(x_539); +x_540 = lean_ctor_get(x_537, 3); +lean_inc_ref(x_540); +x_541 = lean_ctor_get(x_537, 4); +lean_inc_ref(x_541); +if (lean_is_exclusive(x_537)) { + lean_ctor_release(x_537, 0); + lean_ctor_release(x_537, 1); + lean_ctor_release(x_537, 2); + lean_ctor_release(x_537, 3); + lean_ctor_release(x_537, 4); + x_542 = x_537; } else { - lean_dec_ref(x_534); - x_539 = lean_box(0); + lean_dec_ref(x_537); + x_542 = lean_box(0); } -if (lean_is_scalar(x_539)) { - x_540 = lean_alloc_ctor(0, 5, 0); +if (lean_is_scalar(x_542)) { + x_543 = lean_alloc_ctor(0, 5, 0); } else { - x_540 = x_539; -} -lean_ctor_set(x_540, 0, x_535); -lean_ctor_set(x_540, 1, x_518); -lean_ctor_set(x_540, 2, x_536); -lean_ctor_set(x_540, 3, x_537); -lean_ctor_set(x_540, 4, x_538); -x_541 = lean_st_ref_set(x_480, x_540); -lean_inc(x_491); -x_542 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_491, x_479, x_480, x_481, x_482); -if (lean_is_exclusive(x_542)) { - lean_ctor_release(x_542, 0); x_543 = x_542; -} else { - lean_dec_ref(x_542); - x_543 = lean_box(0); } -if (lean_is_scalar(x_543)) { - x_544 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_543, 0, x_538); +lean_ctor_set(x_543, 1, x_521); +lean_ctor_set(x_543, 2, x_539); +lean_ctor_set(x_543, 3, x_540); +lean_ctor_set(x_543, 4, x_541); +x_544 = lean_st_ref_set(x_482, x_543); +lean_inc(x_493); +x_545 = l_Lean_setReducibleAttribute___at___00mkCtorIdx_spec__21(x_493, x_481, x_482, x_483, x_484); +if (lean_is_exclusive(x_545)) { + lean_ctor_release(x_545, 0); + x_546 = x_545; } else { - x_544 = x_543; - lean_ctor_set_tag(x_544, 1); + lean_dec_ref(x_545); + x_546 = lean_box(0); } -lean_ctor_set(x_544, 0, x_13); -x_545 = lean_box(0); -x_546 = l_mkCtorIdx___lam__1___closed__3; -x_547 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_547, 0, x_544); -lean_ctor_set(x_547, 1, x_545); -lean_ctor_set(x_547, 2, x_546); -x_548 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_491, x_547, x_479, x_480, x_481, x_482); +if (lean_is_scalar(x_546)) { + x_547 = lean_alloc_ctor(1, 1, 0); +} else { + x_547 = x_546; + lean_ctor_set_tag(x_547, 1); +} +lean_ctor_set(x_547, 0, x_13); +x_548 = lean_box(0); +x_549 = l_mkCtorIdx___lam__1___closed__3; +x_550 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_550, 0, x_547); +lean_ctor_set(x_550, 1, x_548); +lean_ctor_set(x_550, 2, x_549); +x_551 = l_Lean_Linter_setDeprecated___at___00mkCtorIdx_spec__23(x_493, x_550, x_481, x_482, x_483, x_484); +lean_dec(x_484); +lean_dec_ref(x_483); lean_dec(x_482); lean_dec_ref(x_481); -lean_dec(x_480); -lean_dec_ref(x_479); -return x_548; -} -else -{ -lean_dec(x_491); -lean_dec(x_482); -lean_dec_ref(x_481); -lean_dec(x_480); -lean_dec_ref(x_479); -lean_dec(x_13); -return x_497; -} -} -} -else -{ -lean_object* x_549; lean_object* x_550; lean_object* x_551; -lean_dec(x_482); -lean_dec_ref(x_481); -lean_dec(x_480); -lean_dec_ref(x_479); -lean_dec(x_25); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -x_549 = lean_ctor_get(x_485, 0); -lean_inc(x_549); -if (lean_is_exclusive(x_485)) { - lean_ctor_release(x_485, 0); - x_550 = x_485; -} else { - lean_dec_ref(x_485); - x_550 = lean_box(0); -} -if (lean_is_scalar(x_550)) { - x_551 = lean_alloc_ctor(1, 1, 0); -} else { - x_551 = x_550; -} -lean_ctor_set(x_551, 0, x_549); return x_551; } +else +{ +lean_dec(x_493); +lean_dec(x_484); +lean_dec_ref(x_483); +lean_dec(x_482); +lean_dec_ref(x_481); +lean_dec(x_13); +return x_500; +} +} } else { +lean_object* x_552; lean_object* x_553; lean_object* x_554; +lean_dec(x_484); +lean_dec_ref(x_483); lean_dec(x_482); lean_dec_ref(x_481); -lean_dec(x_480); -lean_dec_ref(x_479); lean_dec(x_25); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); -return x_484; +x_552 = lean_ctor_get(x_487, 0); +lean_inc(x_552); +if (lean_is_exclusive(x_487)) { + lean_ctor_release(x_487, 0); + x_553 = x_487; +} else { + lean_dec_ref(x_487); + x_553 = lean_box(0); +} +if (lean_is_scalar(x_553)) { + x_554 = lean_alloc_ctor(1, 1, 0); +} else { + x_554 = x_553; +} +lean_ctor_set(x_554, 0, x_552); +return x_554; +} +} +else +{ +lean_dec(x_484); +lean_dec_ref(x_483); +lean_dec(x_482); +lean_dec_ref(x_481); +lean_dec(x_25); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_8); +return x_486; } } } } else { -uint8_t x_604; +uint8_t x_606; lean_dec(x_25); lean_dec(x_19); lean_dec_ref(x_18); @@ -6696,26 +6692,26 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_8); lean_dec_ref(x_6); -x_604 = !lean_is_exclusive(x_31); -if (x_604 == 0) +x_606 = !lean_is_exclusive(x_31); +if (x_606 == 0) { return x_31; } else { -lean_object* x_605; lean_object* x_606; -x_605 = lean_ctor_get(x_31, 0); -lean_inc(x_605); +lean_object* x_607; lean_object* x_608; +x_607 = lean_ctor_get(x_31, 0); +lean_inc(x_607); lean_dec(x_31); -x_606 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_606, 0, x_605); -return x_606; +x_608 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_608, 0, x_607); +return x_608; } } } else { -uint8_t x_607; +uint8_t x_609; lean_dec(x_19); lean_dec_ref(x_18); lean_dec(x_17); @@ -6733,26 +6729,26 @@ lean_dec_ref(x_6); lean_dec_ref(x_3); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_607 = !lean_is_exclusive(x_24); -if (x_607 == 0) +x_609 = !lean_is_exclusive(x_24); +if (x_609 == 0) { return x_24; } else { -lean_object* x_608; lean_object* x_609; -x_608 = lean_ctor_get(x_24, 0); -lean_inc(x_608); +lean_object* x_610; lean_object* x_611; +x_610 = lean_ctor_get(x_24, 0); +lean_inc(x_610); lean_dec(x_24); -x_609 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_609, 0, x_608); -return x_609; +x_611 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_611, 0, x_610); +return x_611; } } } else { -uint8_t x_610; +uint8_t x_612; lean_dec(x_19); lean_dec_ref(x_18); lean_dec(x_17); @@ -6770,20 +6766,20 @@ lean_dec_ref(x_6); lean_dec_ref(x_3); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_610 = !lean_is_exclusive(x_21); -if (x_610 == 0) +x_612 = !lean_is_exclusive(x_21); +if (x_612 == 0) { return x_21; } else { -lean_object* x_611; lean_object* x_612; -x_611 = lean_ctor_get(x_21, 0); -lean_inc(x_611); +lean_object* x_613; lean_object* x_614; +x_613 = lean_ctor_get(x_21, 0); +lean_inc(x_613); lean_dec(x_21); -x_612 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_612, 0, x_611); -return x_612; +x_614 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_614, 0, x_613); +return x_614; } } }