chore: update stage0
This commit is contained in:
parent
78a8bc7b7e
commit
bb8977b0f8
16 changed files with 10001 additions and 9743 deletions
14
stage0/src/Lean/Elab/Binders.lean
generated
14
stage0/src/Lean/Elab/Binders.lean
generated
|
|
@ -401,14 +401,8 @@ def expandMatchAltsIntoMatch (ref : Syntax) (matchAlts : Syntax) (tactic := fals
|
|||
def expandMatchAltsIntoMatchTactic (ref : Syntax) (matchAlts : Syntax) : MacroM Syntax :=
|
||||
expandMatchAltsIntoMatchAux ref matchAlts true (getMatchAltNumPatterns matchAlts) #[]
|
||||
|
||||
@[builtinTermElab «fun»] def elabFun : TermElab := fun stx expectedType? => do
|
||||
-- "fun " >> ((many1 funBinder >> darrow >> termParser) <|> matchAlts)
|
||||
if stx[1].isOfKind `Lean.Parser.Term.matchAlts then
|
||||
let stxNew ← liftMacroM $ expandMatchAltsIntoMatch stx stx[1]
|
||||
withMacroExpansion stx stxNew $ elabTerm stxNew expectedType?
|
||||
else
|
||||
let binders := stx[1].getArgs
|
||||
let body := stx[3]
|
||||
@[builtinTermElab «fun»] def elabFun : TermElab := fun stx expectedType? => match_syntax stx with
|
||||
| `(fun $binders* => $body) => do
|
||||
let (binders, body, expandedPattern) ← expandFunBinders binders body
|
||||
if expandedPattern then
|
||||
let newStx ← `(fun $binders* => $body)
|
||||
|
|
@ -420,6 +414,10 @@ def expandMatchAltsIntoMatchTactic (ref : Syntax) (matchAlts : Syntax) : MacroM
|
|||
and another instance for the dependent version. -/
|
||||
let e ← elabTermEnsuringType body expectedType?
|
||||
mkLambdaFVars xs e
|
||||
| `(fun $m:matchAlts) => do
|
||||
let stxNew ← liftMacroM $ expandMatchAltsIntoMatch stx m
|
||||
withMacroExpansion stx stxNew $ elabTerm stxNew expectedType?
|
||||
| _ => throwUnsupportedSyntax
|
||||
|
||||
/- If `useLetExpr` is true, then a kernel let-expression `let x : type := val; body` is created.
|
||||
Otherwise, we create a term of the form `(fun (x : type) => body) val`
|
||||
|
|
|
|||
2
stage0/src/Lean/Parser/Term.lean
generated
2
stage0/src/Lean/Parser/Term.lean
generated
|
|
@ -141,7 +141,7 @@ def funImplicitBinder := «try» (lookahead ("{" >> many1 binderIdent >> (" : "
|
|||
def funBinder : Parser := funImplicitBinder <|> instBinder <|> termParser maxPrec
|
||||
-- NOTE: we use `nodeWithAntiquot` to ensure that `fun $b => ...` remains a `term` antiquotation
|
||||
def basicFun : Parser := nodeWithAntiquot "basicFun" `Lean.Parser.Term.basicFun (many1 (ppSpace >> funBinder) >> darrow >> termParser)
|
||||
@[builtinTermParser] def «fun» := parser!:maxPrec unicodeSymbol "λ" "fun" >> (checkInsideQuot >> basicFun <|> checkOutsideQuot >> (many1 (ppSpace >> funBinder) >> darrow >> termParser) <|> matchAlts false)
|
||||
@[builtinTermParser] def «fun» := parser!:maxPrec unicodeSymbol "λ" "fun" >> (basicFun <|> matchAlts false)
|
||||
|
||||
def optExprPrecedence := optional («try» ":" >> termParser maxPrec)
|
||||
@[builtinTermParser] def «parser!» := parser!:leadPrec "parser! " >> optExprPrecedence >> termParser
|
||||
|
|
|
|||
221
stage0/stdlib/Lean/Delaborator.c
generated
221
stage0/stdlib/Lean/Delaborator.c
generated
|
|
@ -632,6 +632,7 @@ lean_object* l_Lean_Delaborator_delabGT___lambda__1(uint8_t, lean_object*, lean_
|
|||
uint8_t l_Lean_getPPPrivateNames(lean_object*);
|
||||
size_t lean_usize_modn(size_t, lean_object*);
|
||||
lean_object* l_Lean_Delaborator_delabProjectionApp___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
lean_object* l_Lean_Delaborator_Lean_Delaborator___instance__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_mkSimpleThunk___closed__1;
|
||||
lean_object* l___private_Init_Data_Array_Basic_0__Array_iterateRevMAux___at_Lean_Delaborator_delabForall___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -16561,88 +16562,174 @@ lean_inc(x_1);
|
|||
x_10 = l_Lean_Syntax_isOfKind(x_1, x_9);
|
||||
if (x_10 == 0)
|
||||
{
|
||||
lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21;
|
||||
lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24;
|
||||
x_11 = l_Array_empty___closed__1;
|
||||
x_12 = lean_array_push(x_11, x_2);
|
||||
x_13 = l_Lean_nullKind___closed__2;
|
||||
x_14 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_14, 0, x_13);
|
||||
lean_ctor_set(x_14, 1, x_12);
|
||||
x_15 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_16 = lean_array_push(x_15, x_14);
|
||||
x_17 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_18 = lean_array_push(x_16, x_17);
|
||||
x_19 = lean_array_push(x_18, x_1);
|
||||
x_15 = lean_array_push(x_11, x_14);
|
||||
x_16 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_17 = lean_array_push(x_15, x_16);
|
||||
x_18 = lean_array_push(x_17, x_1);
|
||||
x_19 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_20 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_20, 0, x_9);
|
||||
lean_ctor_set(x_20, 1, x_19);
|
||||
x_21 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_21, 0, x_20);
|
||||
lean_ctor_set(x_21, 1, x_8);
|
||||
return x_21;
|
||||
lean_ctor_set(x_20, 0, x_19);
|
||||
lean_ctor_set(x_20, 1, x_18);
|
||||
x_21 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_22 = lean_array_push(x_21, x_20);
|
||||
x_23 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_23, 0, x_9);
|
||||
lean_ctor_set(x_23, 1, x_22);
|
||||
x_24 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_24, 0, x_23);
|
||||
lean_ctor_set(x_24, 1, x_8);
|
||||
return x_24;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25;
|
||||
x_22 = l_Lean_Syntax_getArgs(x_1);
|
||||
x_23 = lean_array_get_size(x_22);
|
||||
lean_dec(x_22);
|
||||
x_24 = lean_unsigned_to_nat(4u);
|
||||
x_25 = lean_nat_dec_eq(x_23, x_24);
|
||||
lean_dec(x_23);
|
||||
if (x_25 == 0)
|
||||
lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28;
|
||||
x_25 = l_Lean_Syntax_getArgs(x_1);
|
||||
x_26 = lean_array_get_size(x_25);
|
||||
lean_dec(x_25);
|
||||
x_27 = lean_unsigned_to_nat(2u);
|
||||
x_28 = lean_nat_dec_eq(x_26, x_27);
|
||||
lean_dec(x_26);
|
||||
if (x_28 == 0)
|
||||
{
|
||||
lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36;
|
||||
x_26 = l_Array_empty___closed__1;
|
||||
x_27 = lean_array_push(x_26, x_2);
|
||||
x_28 = l_Lean_nullKind___closed__2;
|
||||
x_29 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_29, 0, x_28);
|
||||
lean_ctor_set(x_29, 1, x_27);
|
||||
x_30 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_31 = lean_array_push(x_30, x_29);
|
||||
x_32 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_33 = lean_array_push(x_31, x_32);
|
||||
x_34 = lean_array_push(x_33, x_1);
|
||||
x_35 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_35, 0, x_9);
|
||||
lean_ctor_set(x_35, 1, x_34);
|
||||
x_36 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_36, 0, x_35);
|
||||
lean_ctor_set(x_36, 1, x_8);
|
||||
return x_36;
|
||||
lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42;
|
||||
x_29 = l_Array_empty___closed__1;
|
||||
x_30 = lean_array_push(x_29, x_2);
|
||||
x_31 = l_Lean_nullKind___closed__2;
|
||||
x_32 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_32, 0, x_31);
|
||||
lean_ctor_set(x_32, 1, x_30);
|
||||
x_33 = lean_array_push(x_29, x_32);
|
||||
x_34 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_35 = lean_array_push(x_33, x_34);
|
||||
x_36 = lean_array_push(x_35, x_1);
|
||||
x_37 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_38 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_38, 0, x_37);
|
||||
lean_ctor_set(x_38, 1, x_36);
|
||||
x_39 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_40 = lean_array_push(x_39, x_38);
|
||||
x_41 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_41, 0, x_9);
|
||||
lean_ctor_set(x_41, 1, x_40);
|
||||
x_42 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_42, 0, x_41);
|
||||
lean_ctor_set(x_42, 1, x_8);
|
||||
return x_42;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54;
|
||||
x_37 = lean_unsigned_to_nat(1u);
|
||||
x_38 = l_Lean_Syntax_getArg(x_1, x_37);
|
||||
x_39 = lean_unsigned_to_nat(3u);
|
||||
x_40 = l_Lean_Syntax_getArg(x_1, x_39);
|
||||
lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46;
|
||||
x_43 = lean_unsigned_to_nat(1u);
|
||||
x_44 = l_Lean_Syntax_getArg(x_1, x_43);
|
||||
x_45 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
lean_inc(x_44);
|
||||
x_46 = l_Lean_Syntax_isOfKind(x_44, x_45);
|
||||
if (x_46 == 0)
|
||||
{
|
||||
lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59;
|
||||
lean_dec(x_44);
|
||||
x_47 = l_Array_empty___closed__1;
|
||||
x_48 = lean_array_push(x_47, x_2);
|
||||
x_49 = l_Lean_nullKind___closed__2;
|
||||
x_50 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_50, 0, x_49);
|
||||
lean_ctor_set(x_50, 1, x_48);
|
||||
x_51 = lean_array_push(x_47, x_50);
|
||||
x_52 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_53 = lean_array_push(x_51, x_52);
|
||||
x_54 = lean_array_push(x_53, x_1);
|
||||
x_55 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_55, 0, x_45);
|
||||
lean_ctor_set(x_55, 1, x_54);
|
||||
x_56 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_57 = lean_array_push(x_56, x_55);
|
||||
x_58 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_58, 0, x_9);
|
||||
lean_ctor_set(x_58, 1, x_57);
|
||||
x_59 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_59, 0, x_58);
|
||||
lean_ctor_set(x_59, 1, x_8);
|
||||
return x_59;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63;
|
||||
x_60 = l_Lean_Syntax_getArgs(x_44);
|
||||
x_61 = lean_array_get_size(x_60);
|
||||
lean_dec(x_60);
|
||||
x_62 = lean_unsigned_to_nat(3u);
|
||||
x_63 = lean_nat_dec_eq(x_61, x_62);
|
||||
lean_dec(x_61);
|
||||
if (x_63 == 0)
|
||||
{
|
||||
lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76;
|
||||
lean_dec(x_44);
|
||||
x_64 = l_Array_empty___closed__1;
|
||||
x_65 = lean_array_push(x_64, x_2);
|
||||
x_66 = l_Lean_nullKind___closed__2;
|
||||
x_67 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_67, 0, x_66);
|
||||
lean_ctor_set(x_67, 1, x_65);
|
||||
x_68 = lean_array_push(x_64, x_67);
|
||||
x_69 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_70 = lean_array_push(x_68, x_69);
|
||||
x_71 = lean_array_push(x_70, x_1);
|
||||
x_72 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_72, 0, x_45);
|
||||
lean_ctor_set(x_72, 1, x_71);
|
||||
x_73 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_74 = lean_array_push(x_73, x_72);
|
||||
x_75 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_75, 0, x_9);
|
||||
lean_ctor_set(x_75, 1, x_74);
|
||||
x_76 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_76, 0, x_75);
|
||||
lean_ctor_set(x_76, 1, x_8);
|
||||
return x_76;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94;
|
||||
lean_dec(x_1);
|
||||
x_41 = l_Lean_Syntax_getArgs(x_38);
|
||||
lean_dec(x_38);
|
||||
x_42 = l_Array_empty___closed__1;
|
||||
x_43 = lean_array_push(x_42, x_2);
|
||||
x_44 = lean_unsigned_to_nat(0u);
|
||||
x_45 = l_Array_iterateMAux___at_Array_append___spec__1___rarg(x_41, x_41, x_44, x_43);
|
||||
lean_dec(x_41);
|
||||
x_46 = l_Lean_nullKind___closed__2;
|
||||
x_47 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_47, 0, x_46);
|
||||
lean_ctor_set(x_47, 1, x_45);
|
||||
x_48 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_49 = lean_array_push(x_48, x_47);
|
||||
x_50 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_51 = lean_array_push(x_49, x_50);
|
||||
x_52 = lean_array_push(x_51, x_40);
|
||||
x_53 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_53, 0, x_9);
|
||||
lean_ctor_set(x_53, 1, x_52);
|
||||
x_54 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_54, 0, x_53);
|
||||
lean_ctor_set(x_54, 1, x_8);
|
||||
return x_54;
|
||||
x_77 = lean_unsigned_to_nat(0u);
|
||||
x_78 = l_Lean_Syntax_getArg(x_44, x_77);
|
||||
x_79 = l_Lean_Syntax_getArg(x_44, x_27);
|
||||
lean_dec(x_44);
|
||||
x_80 = l_Lean_Syntax_getArgs(x_78);
|
||||
lean_dec(x_78);
|
||||
x_81 = l_Array_empty___closed__1;
|
||||
x_82 = lean_array_push(x_81, x_2);
|
||||
x_83 = l_Array_iterateMAux___at_Array_append___spec__1___rarg(x_80, x_80, x_77, x_82);
|
||||
lean_dec(x_80);
|
||||
x_84 = l_Lean_nullKind___closed__2;
|
||||
x_85 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_85, 0, x_84);
|
||||
lean_ctor_set(x_85, 1, x_83);
|
||||
x_86 = lean_array_push(x_81, x_85);
|
||||
x_87 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_88 = lean_array_push(x_86, x_87);
|
||||
x_89 = lean_array_push(x_88, x_79);
|
||||
x_90 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_90, 0, x_45);
|
||||
lean_ctor_set(x_90, 1, x_89);
|
||||
x_91 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_92 = lean_array_push(x_91, x_90);
|
||||
x_93 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_93, 0, x_9);
|
||||
lean_ctor_set(x_93, 1, x_92);
|
||||
x_94 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_94, 0, x_93);
|
||||
lean_ctor_set(x_94, 1, x_8);
|
||||
return x_94;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1675
stage0/stdlib/Lean/Elab/Binders.c
generated
1675
stage0/stdlib/Lean/Elab/Binders.c
generated
File diff suppressed because it is too large
Load diff
562
stage0/stdlib/Lean/Elab/BuiltinNotation.c
generated
562
stage0/stdlib/Lean/Elab/BuiltinNotation.c
generated
|
|
@ -25,6 +25,7 @@ lean_object* l_Lean_Elab_Term_expandUnreachable___rarg___closed__6;
|
|||
lean_object* l___regBuiltin_Lean_Elab_Term_elabParserMacro(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_elabSubst_match__3(lean_object*);
|
||||
lean_object* l_Lean_mkAppStx(lean_object*, lean_object*);
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
lean_object* l_Lean_extractMacroScopes(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_expandModN___closed__1;
|
||||
lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabForall___spec__1___rarg(lean_object*);
|
||||
|
|
@ -190,7 +191,6 @@ lean_object* l_Lean_Elab_Term_mkPairs_loop___boxed(lean_object*, lean_object*, l
|
|||
lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux___closed__9;
|
||||
lean_object* l___regBuiltin_Lean_Elab_Term_expandAndM___closed__1;
|
||||
lean_object* l_Lean_Elab_Term_mkAuxName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__18;
|
||||
lean_object* l_Lean_Elab_Term_expandAssert___closed__11;
|
||||
lean_object* l_Lean_Elab_Term_expandSubtype___closed__11;
|
||||
lean_object* l_Lean_Elab_Term_ExpandFComp(lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -347,7 +347,6 @@ lean_object* l_Lean_Elab_Term_expandDbgTrace(lean_object*, lean_object*, lean_ob
|
|||
lean_object* l___regBuiltin_Lean_Elab_Term_elabNativeDecide___closed__1;
|
||||
lean_object* l___regBuiltin_Lean_Elab_Term_expandMod___closed__1;
|
||||
lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__1;
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
lean_object* l_Lean_Meta_mkEqNDRec___at_Lean_Elab_Term_elabSubst___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Elab_Term_expandAndThen___closed__1;
|
||||
lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux___closed__10;
|
||||
|
|
@ -492,8 +491,10 @@ lean_object* l_Lean_Elab_Term_expandBNe___boxed(lean_object*, lean_object*, lean
|
|||
lean_object* l___regBuiltin_Lean_Elab_Term_expandOrM(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_elabNativeRefl___lambda__1___closed__9;
|
||||
extern lean_object* l_Lean_Literal_type___closed__2;
|
||||
extern lean_object* l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__1___closed__2;
|
||||
lean_object* l_Lean_Elab_Term_expandBNe___closed__1;
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__11;
|
||||
lean_object* l___regBuiltin_Lean_Elab_Term_expandWhere(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_expandMap___closed__3;
|
||||
lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__7;
|
||||
|
|
@ -1366,7 +1367,7 @@ return x_50;
|
|||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102;
|
||||
lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107;
|
||||
lean_dec(x_21);
|
||||
x_51 = lean_unsigned_to_nat(0u);
|
||||
x_52 = l_Lean_Syntax_getArg(x_15, x_51);
|
||||
|
|
@ -1399,58 +1400,67 @@ x_69 = lean_array_push(x_66, x_52);
|
|||
x_70 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_70, 0, x_16);
|
||||
lean_ctor_set(x_70, 1, x_69);
|
||||
x_71 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_72 = lean_array_push(x_71, x_70);
|
||||
x_73 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_74 = lean_array_push(x_72, x_73);
|
||||
lean_inc(x_74);
|
||||
x_75 = lean_array_push(x_74, x_55);
|
||||
x_76 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_77 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_77, 0, x_76);
|
||||
lean_ctor_set(x_77, 1, x_75);
|
||||
x_78 = lean_array_push(x_66, x_77);
|
||||
x_79 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_80 = lean_array_push(x_78, x_79);
|
||||
x_81 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_81, 0, x_16);
|
||||
lean_ctor_set(x_81, 1, x_80);
|
||||
x_82 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_83 = lean_array_push(x_82, x_81);
|
||||
x_84 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_85 = lean_array_push(x_83, x_84);
|
||||
x_86 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_87 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_87, 0, x_86);
|
||||
lean_ctor_set(x_87, 1, x_85);
|
||||
x_88 = lean_array_push(x_68, x_87);
|
||||
x_89 = lean_array_push(x_74, x_57);
|
||||
x_71 = lean_array_push(x_66, x_70);
|
||||
x_72 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_73 = lean_array_push(x_71, x_72);
|
||||
lean_inc(x_73);
|
||||
x_74 = lean_array_push(x_73, x_55);
|
||||
x_75 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_76 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_76, 0, x_75);
|
||||
lean_ctor_set(x_76, 1, x_74);
|
||||
x_77 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_78 = lean_array_push(x_77, x_76);
|
||||
x_79 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_80 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_80, 0, x_79);
|
||||
lean_ctor_set(x_80, 1, x_78);
|
||||
x_81 = lean_array_push(x_66, x_80);
|
||||
x_82 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_83 = lean_array_push(x_81, x_82);
|
||||
x_84 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_84, 0, x_16);
|
||||
lean_ctor_set(x_84, 1, x_83);
|
||||
x_85 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_86 = lean_array_push(x_85, x_84);
|
||||
x_87 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_88 = lean_array_push(x_86, x_87);
|
||||
x_89 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_90 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_90, 0, x_76);
|
||||
lean_ctor_set(x_90, 1, x_89);
|
||||
x_91 = lean_array_push(x_66, x_90);
|
||||
x_92 = lean_array_push(x_91, x_79);
|
||||
lean_ctor_set(x_90, 0, x_89);
|
||||
lean_ctor_set(x_90, 1, x_88);
|
||||
x_91 = lean_array_push(x_68, x_90);
|
||||
x_92 = lean_array_push(x_73, x_57);
|
||||
x_93 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_93, 0, x_16);
|
||||
lean_ctor_set(x_93, 0, x_75);
|
||||
lean_ctor_set(x_93, 1, x_92);
|
||||
x_94 = lean_array_push(x_82, x_93);
|
||||
x_95 = lean_array_push(x_94, x_84);
|
||||
x_96 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_96, 0, x_86);
|
||||
lean_ctor_set(x_96, 1, x_95);
|
||||
x_97 = lean_array_push(x_88, x_96);
|
||||
x_94 = lean_array_push(x_77, x_93);
|
||||
x_95 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_95, 0, x_79);
|
||||
lean_ctor_set(x_95, 1, x_94);
|
||||
x_96 = lean_array_push(x_66, x_95);
|
||||
x_97 = lean_array_push(x_96, x_82);
|
||||
x_98 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_98, 0, x_16);
|
||||
lean_ctor_set(x_98, 1, x_97);
|
||||
x_99 = lean_array_push(x_67, x_98);
|
||||
x_100 = l_Lean_mkAppStx___closed__8;
|
||||
x_99 = lean_array_push(x_85, x_98);
|
||||
x_100 = lean_array_push(x_99, x_87);
|
||||
x_101 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_101, 0, x_100);
|
||||
lean_ctor_set(x_101, 1, x_99);
|
||||
x_102 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_102, 0, x_101);
|
||||
lean_ctor_set(x_102, 1, x_3);
|
||||
return x_102;
|
||||
lean_ctor_set(x_101, 0, x_89);
|
||||
lean_ctor_set(x_101, 1, x_100);
|
||||
x_102 = lean_array_push(x_91, x_101);
|
||||
x_103 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_103, 0, x_16);
|
||||
lean_ctor_set(x_103, 1, x_102);
|
||||
x_104 = lean_array_push(x_67, x_103);
|
||||
x_105 = l_Lean_mkAppStx___closed__8;
|
||||
x_106 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_106, 0, x_105);
|
||||
lean_ctor_set(x_106, 1, x_104);
|
||||
x_107 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_107, 0, x_106);
|
||||
lean_ctor_set(x_107, 1, x_3);
|
||||
return x_107;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1692,7 +1702,7 @@ return x_28;
|
|||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72;
|
||||
lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75;
|
||||
x_29 = lean_unsigned_to_nat(4u);
|
||||
x_30 = l_Lean_Syntax_getArg(x_1, x_29);
|
||||
lean_dec(x_1);
|
||||
|
|
@ -1731,170 +1741,180 @@ x_51 = lean_array_push(x_39, x_50);
|
|||
x_52 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_52, 0, x_18);
|
||||
lean_ctor_set(x_52, 1, x_51);
|
||||
x_53 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_54 = lean_array_push(x_53, x_52);
|
||||
x_55 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_56 = lean_array_push(x_54, x_55);
|
||||
x_57 = lean_array_push(x_56, x_30);
|
||||
x_58 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_59 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_59, 0, x_58);
|
||||
lean_ctor_set(x_59, 1, x_57);
|
||||
x_60 = lean_array_push(x_39, x_59);
|
||||
x_61 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_62 = lean_array_push(x_60, x_61);
|
||||
x_63 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_63, 0, x_18);
|
||||
lean_ctor_set(x_63, 1, x_62);
|
||||
x_64 = lean_array_push(x_45, x_63);
|
||||
x_65 = lean_array_push(x_64, x_47);
|
||||
x_53 = lean_array_push(x_39, x_52);
|
||||
x_54 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_55 = lean_array_push(x_53, x_54);
|
||||
x_56 = lean_array_push(x_55, x_30);
|
||||
x_57 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_58 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_58, 0, x_57);
|
||||
lean_ctor_set(x_58, 1, x_56);
|
||||
x_59 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_60 = lean_array_push(x_59, x_58);
|
||||
x_61 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_62 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_62, 0, x_61);
|
||||
lean_ctor_set(x_62, 1, x_60);
|
||||
x_63 = lean_array_push(x_39, x_62);
|
||||
x_64 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_65 = lean_array_push(x_63, x_64);
|
||||
x_66 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_66, 0, x_49);
|
||||
lean_ctor_set(x_66, 0, x_18);
|
||||
lean_ctor_set(x_66, 1, x_65);
|
||||
x_67 = lean_array_push(x_39, x_66);
|
||||
x_68 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_68, 0, x_18);
|
||||
lean_ctor_set(x_68, 1, x_67);
|
||||
x_69 = lean_array_push(x_40, x_68);
|
||||
x_70 = l_Lean_mkAppStx___closed__8;
|
||||
x_67 = lean_array_push(x_45, x_66);
|
||||
x_68 = lean_array_push(x_67, x_47);
|
||||
x_69 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_69, 0, x_49);
|
||||
lean_ctor_set(x_69, 1, x_68);
|
||||
x_70 = lean_array_push(x_39, x_69);
|
||||
x_71 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_71, 0, x_70);
|
||||
lean_ctor_set(x_71, 1, x_69);
|
||||
x_72 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_72, 0, x_71);
|
||||
lean_ctor_set(x_72, 1, x_3);
|
||||
return x_72;
|
||||
lean_ctor_set(x_71, 0, x_18);
|
||||
lean_ctor_set(x_71, 1, x_70);
|
||||
x_72 = lean_array_push(x_40, x_71);
|
||||
x_73 = l_Lean_mkAppStx___closed__8;
|
||||
x_74 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_74, 0, x_73);
|
||||
lean_ctor_set(x_74, 1, x_72);
|
||||
x_75 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_75, 0, x_74);
|
||||
lean_ctor_set(x_75, 1, x_3);
|
||||
return x_75;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76;
|
||||
lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79;
|
||||
lean_dec(x_23);
|
||||
x_73 = lean_unsigned_to_nat(0u);
|
||||
x_74 = l_Lean_Syntax_getArg(x_17, x_73);
|
||||
x_76 = lean_unsigned_to_nat(0u);
|
||||
x_77 = l_Lean_Syntax_getArg(x_17, x_76);
|
||||
lean_dec(x_17);
|
||||
x_75 = l_Lean_Elab_Term_elabLetDeclCore___closed__6;
|
||||
lean_inc(x_74);
|
||||
x_76 = l_Lean_Syntax_isOfKind(x_74, x_75);
|
||||
if (x_76 == 0)
|
||||
x_78 = l_Lean_Elab_Term_elabLetDeclCore___closed__6;
|
||||
lean_inc(x_77);
|
||||
x_79 = l_Lean_Syntax_isOfKind(x_77, x_78);
|
||||
if (x_79 == 0)
|
||||
{
|
||||
lean_object* x_77; lean_object* x_78;
|
||||
lean_dec(x_74);
|
||||
lean_object* x_80; lean_object* x_81;
|
||||
lean_dec(x_77);
|
||||
lean_dec(x_15);
|
||||
lean_dec(x_2);
|
||||
lean_dec(x_1);
|
||||
x_77 = lean_box(1);
|
||||
x_78 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_78, 0, x_77);
|
||||
lean_ctor_set(x_78, 1, x_3);
|
||||
return x_78;
|
||||
x_80 = lean_box(1);
|
||||
x_81 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_81, 0, x_80);
|
||||
lean_ctor_set(x_81, 1, x_3);
|
||||
return x_81;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_79; lean_object* x_80; uint8_t x_81;
|
||||
x_79 = l_Lean_Syntax_getArgs(x_74);
|
||||
x_80 = lean_array_get_size(x_79);
|
||||
lean_dec(x_79);
|
||||
x_81 = lean_nat_dec_eq(x_80, x_16);
|
||||
lean_dec(x_80);
|
||||
if (x_81 == 0)
|
||||
lean_object* x_82; lean_object* x_83; uint8_t x_84;
|
||||
x_82 = l_Lean_Syntax_getArgs(x_77);
|
||||
x_83 = lean_array_get_size(x_82);
|
||||
lean_dec(x_82);
|
||||
x_84 = lean_nat_dec_eq(x_83, x_16);
|
||||
lean_dec(x_83);
|
||||
if (x_84 == 0)
|
||||
{
|
||||
lean_object* x_82; lean_object* x_83;
|
||||
lean_dec(x_74);
|
||||
lean_object* x_85; lean_object* x_86;
|
||||
lean_dec(x_77);
|
||||
lean_dec(x_15);
|
||||
lean_dec(x_2);
|
||||
lean_dec(x_1);
|
||||
x_82 = lean_box(1);
|
||||
x_83 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_83, 0, x_82);
|
||||
lean_ctor_set(x_83, 1, x_3);
|
||||
return x_83;
|
||||
x_85 = lean_box(1);
|
||||
x_86 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_86, 0, x_85);
|
||||
lean_ctor_set(x_86, 1, x_3);
|
||||
return x_86;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133;
|
||||
x_84 = l_Lean_Syntax_getArg(x_74, x_14);
|
||||
lean_dec(x_74);
|
||||
x_85 = lean_unsigned_to_nat(4u);
|
||||
x_86 = l_Lean_Syntax_getArg(x_1, x_85);
|
||||
lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139;
|
||||
x_87 = l_Lean_Syntax_getArg(x_77, x_14);
|
||||
lean_dec(x_77);
|
||||
x_88 = lean_unsigned_to_nat(4u);
|
||||
x_89 = l_Lean_Syntax_getArg(x_1, x_88);
|
||||
lean_dec(x_1);
|
||||
x_87 = lean_ctor_get(x_2, 2);
|
||||
lean_inc(x_87);
|
||||
x_88 = lean_ctor_get(x_2, 1);
|
||||
lean_inc(x_88);
|
||||
x_90 = lean_ctor_get(x_2, 2);
|
||||
lean_inc(x_90);
|
||||
x_91 = lean_ctor_get(x_2, 1);
|
||||
lean_inc(x_91);
|
||||
lean_dec(x_2);
|
||||
x_89 = l_Lean_Elab_Term_expandSubtype___closed__6;
|
||||
x_90 = l_Lean_addMacroScope(x_88, x_89, x_87);
|
||||
x_91 = l_Lean_Init_LeanInit___instance__8___closed__1;
|
||||
x_92 = l_Lean_Elab_Term_expandSubtype___closed__5;
|
||||
x_93 = l_Lean_Elab_Term_expandSubtype___closed__8;
|
||||
x_94 = lean_alloc_ctor(3, 4, 0);
|
||||
lean_ctor_set(x_94, 0, x_91);
|
||||
lean_ctor_set(x_94, 1, x_92);
|
||||
lean_ctor_set(x_94, 2, x_90);
|
||||
lean_ctor_set(x_94, 3, x_93);
|
||||
x_95 = l_Array_empty___closed__1;
|
||||
x_96 = lean_array_push(x_95, x_94);
|
||||
x_97 = lean_array_push(x_95, x_15);
|
||||
x_98 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_99 = lean_array_push(x_98, x_84);
|
||||
x_100 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__8;
|
||||
x_101 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_101, 0, x_100);
|
||||
lean_ctor_set(x_101, 1, x_99);
|
||||
x_102 = lean_array_push(x_95, x_101);
|
||||
x_103 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_103, 0, x_18);
|
||||
lean_ctor_set(x_103, 1, x_102);
|
||||
x_104 = lean_array_push(x_97, x_103);
|
||||
x_105 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_105, 0, x_18);
|
||||
lean_ctor_set(x_105, 1, x_104);
|
||||
x_106 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_107 = lean_array_push(x_106, x_105);
|
||||
x_108 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_109 = lean_array_push(x_107, x_108);
|
||||
x_110 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_111 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_111, 0, x_110);
|
||||
lean_ctor_set(x_111, 1, x_109);
|
||||
x_112 = lean_array_push(x_95, x_111);
|
||||
x_113 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_113, 0, x_18);
|
||||
lean_ctor_set(x_113, 1, x_112);
|
||||
x_114 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_115 = lean_array_push(x_114, x_113);
|
||||
x_116 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_117 = lean_array_push(x_115, x_116);
|
||||
x_118 = lean_array_push(x_117, x_86);
|
||||
x_119 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_120 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_120, 0, x_119);
|
||||
lean_ctor_set(x_120, 1, x_118);
|
||||
x_121 = lean_array_push(x_95, x_120);
|
||||
x_122 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_123 = lean_array_push(x_121, x_122);
|
||||
x_124 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_124, 0, x_18);
|
||||
lean_ctor_set(x_124, 1, x_123);
|
||||
x_125 = lean_array_push(x_106, x_124);
|
||||
x_126 = lean_array_push(x_125, x_108);
|
||||
x_127 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_127, 0, x_110);
|
||||
lean_ctor_set(x_127, 1, x_126);
|
||||
x_128 = lean_array_push(x_95, x_127);
|
||||
x_129 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_129, 0, x_18);
|
||||
lean_ctor_set(x_129, 1, x_128);
|
||||
x_130 = lean_array_push(x_96, x_129);
|
||||
x_131 = l_Lean_mkAppStx___closed__8;
|
||||
x_132 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_132, 0, x_131);
|
||||
lean_ctor_set(x_132, 1, x_130);
|
||||
x_133 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_133, 0, x_132);
|
||||
lean_ctor_set(x_133, 1, x_3);
|
||||
return x_133;
|
||||
x_92 = l_Lean_Elab_Term_expandSubtype___closed__6;
|
||||
x_93 = l_Lean_addMacroScope(x_91, x_92, x_90);
|
||||
x_94 = l_Lean_Init_LeanInit___instance__8___closed__1;
|
||||
x_95 = l_Lean_Elab_Term_expandSubtype___closed__5;
|
||||
x_96 = l_Lean_Elab_Term_expandSubtype___closed__8;
|
||||
x_97 = lean_alloc_ctor(3, 4, 0);
|
||||
lean_ctor_set(x_97, 0, x_94);
|
||||
lean_ctor_set(x_97, 1, x_95);
|
||||
lean_ctor_set(x_97, 2, x_93);
|
||||
lean_ctor_set(x_97, 3, x_96);
|
||||
x_98 = l_Array_empty___closed__1;
|
||||
x_99 = lean_array_push(x_98, x_97);
|
||||
x_100 = lean_array_push(x_98, x_15);
|
||||
x_101 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_102 = lean_array_push(x_101, x_87);
|
||||
x_103 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__8;
|
||||
x_104 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_104, 0, x_103);
|
||||
lean_ctor_set(x_104, 1, x_102);
|
||||
x_105 = lean_array_push(x_98, x_104);
|
||||
x_106 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_106, 0, x_18);
|
||||
lean_ctor_set(x_106, 1, x_105);
|
||||
x_107 = lean_array_push(x_100, x_106);
|
||||
x_108 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_108, 0, x_18);
|
||||
lean_ctor_set(x_108, 1, x_107);
|
||||
x_109 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_110 = lean_array_push(x_109, x_108);
|
||||
x_111 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_112 = lean_array_push(x_110, x_111);
|
||||
x_113 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_114 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_114, 0, x_113);
|
||||
lean_ctor_set(x_114, 1, x_112);
|
||||
x_115 = lean_array_push(x_98, x_114);
|
||||
x_116 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_116, 0, x_18);
|
||||
lean_ctor_set(x_116, 1, x_115);
|
||||
x_117 = lean_array_push(x_98, x_116);
|
||||
x_118 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_119 = lean_array_push(x_117, x_118);
|
||||
x_120 = lean_array_push(x_119, x_89);
|
||||
x_121 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_122 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_122, 0, x_121);
|
||||
lean_ctor_set(x_122, 1, x_120);
|
||||
x_123 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_124 = lean_array_push(x_123, x_122);
|
||||
x_125 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_126 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_126, 0, x_125);
|
||||
lean_ctor_set(x_126, 1, x_124);
|
||||
x_127 = lean_array_push(x_98, x_126);
|
||||
x_128 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_129 = lean_array_push(x_127, x_128);
|
||||
x_130 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_130, 0, x_18);
|
||||
lean_ctor_set(x_130, 1, x_129);
|
||||
x_131 = lean_array_push(x_109, x_130);
|
||||
x_132 = lean_array_push(x_131, x_111);
|
||||
x_133 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_133, 0, x_113);
|
||||
lean_ctor_set(x_133, 1, x_132);
|
||||
x_134 = lean_array_push(x_98, x_133);
|
||||
x_135 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_135, 0, x_18);
|
||||
lean_ctor_set(x_135, 1, x_134);
|
||||
x_136 = lean_array_push(x_99, x_135);
|
||||
x_137 = l_Lean_mkAppStx___closed__8;
|
||||
x_138 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_138, 0, x_137);
|
||||
lean_ctor_set(x_138, 1, x_136);
|
||||
x_139 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_139, 0, x_138);
|
||||
lean_ctor_set(x_139, 1, x_3);
|
||||
return x_139;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3203,7 +3223,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Term_expandHave___closed__6;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -3370,7 +3390,7 @@ x_307 = l_Lean_mkIdentFrom(x_11, x_306);
|
|||
lean_dec(x_11);
|
||||
x_308 = l_Array_empty___closed__1;
|
||||
x_309 = lean_array_push(x_308, x_307);
|
||||
x_310 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_310 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_311 = lean_array_push(x_309, x_310);
|
||||
x_312 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_313 = lean_array_push(x_312, x_192);
|
||||
|
|
@ -3503,7 +3523,7 @@ x_218 = l_Lean_mkIdentFrom(x_11, x_217);
|
|||
lean_dec(x_11);
|
||||
x_219 = l_Array_empty___closed__1;
|
||||
x_220 = lean_array_push(x_219, x_218);
|
||||
x_221 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_221 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_222 = lean_array_push(x_220, x_221);
|
||||
x_223 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_224 = lean_array_push(x_223, x_192);
|
||||
|
|
@ -3797,7 +3817,7 @@ x_154 = l_Lean_Syntax_getArg(x_11, x_153);
|
|||
lean_dec(x_11);
|
||||
x_155 = l_Array_empty___closed__1;
|
||||
x_156 = lean_array_push(x_155, x_36);
|
||||
x_157 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_157 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_158 = lean_array_push(x_156, x_157);
|
||||
x_159 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_160 = lean_array_push(x_159, x_37);
|
||||
|
|
@ -3932,7 +3952,7 @@ x_61 = l_Lean_Syntax_getArg(x_11, x_60);
|
|||
lean_dec(x_11);
|
||||
x_62 = l_Array_empty___closed__1;
|
||||
x_63 = lean_array_push(x_62, x_36);
|
||||
x_64 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_64 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_65 = lean_array_push(x_63, x_64);
|
||||
x_66 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__22;
|
||||
x_67 = lean_array_push(x_66, x_37);
|
||||
|
|
@ -11962,7 +11982,7 @@ x_10 = lean_name_eq(x_8, x_9);
|
|||
lean_dec(x_8);
|
||||
if (x_10 == 0)
|
||||
{
|
||||
lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52;
|
||||
lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56;
|
||||
x_11 = lean_ctor_get(x_2, 2);
|
||||
lean_inc(x_11);
|
||||
x_12 = lean_ctor_get(x_2, 1);
|
||||
|
|
@ -12017,86 +12037,98 @@ x_42 = lean_alloc_ctor(1, 2, 0);
|
|||
lean_ctor_set(x_42, 0, x_41);
|
||||
lean_ctor_set(x_42, 1, x_40);
|
||||
x_43 = lean_array_push(x_19, x_42);
|
||||
x_44 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__18;
|
||||
x_44 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__11;
|
||||
x_45 = lean_array_push(x_44, x_7);
|
||||
x_46 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_46 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_47 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_47, 0, x_46);
|
||||
lean_ctor_set(x_47, 1, x_45);
|
||||
x_48 = lean_array_push(x_43, x_47);
|
||||
x_49 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_49, 0, x_28);
|
||||
lean_ctor_set(x_49, 1, x_48);
|
||||
x_50 = lean_array_push(x_20, x_49);
|
||||
x_48 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_49 = lean_array_push(x_48, x_47);
|
||||
x_50 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_51 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_51, 0, x_31);
|
||||
lean_ctor_set(x_51, 1, x_50);
|
||||
x_52 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_52, 0, x_51);
|
||||
lean_ctor_set(x_52, 1, x_3);
|
||||
return x_52;
|
||||
lean_ctor_set(x_51, 0, x_50);
|
||||
lean_ctor_set(x_51, 1, x_49);
|
||||
x_52 = lean_array_push(x_43, x_51);
|
||||
x_53 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_53, 0, x_28);
|
||||
lean_ctor_set(x_53, 1, x_52);
|
||||
x_54 = lean_array_push(x_20, x_53);
|
||||
x_55 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_55, 0, x_31);
|
||||
lean_ctor_set(x_55, 1, x_54);
|
||||
x_56 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_56, 0, x_55);
|
||||
lean_ctor_set(x_56, 1, x_3);
|
||||
return x_56;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88;
|
||||
x_53 = lean_ctor_get(x_2, 2);
|
||||
lean_inc(x_53);
|
||||
x_54 = lean_ctor_get(x_2, 1);
|
||||
lean_inc(x_54);
|
||||
lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96;
|
||||
x_57 = lean_ctor_get(x_2, 2);
|
||||
lean_inc(x_57);
|
||||
x_58 = lean_ctor_get(x_2, 1);
|
||||
lean_inc(x_58);
|
||||
lean_dec(x_2);
|
||||
x_55 = l_Lean_Elab_Term_expandDbgTrace___closed__4;
|
||||
x_56 = l_Lean_addMacroScope(x_54, x_55, x_53);
|
||||
x_57 = l_Lean_Init_LeanInit___instance__8___closed__1;
|
||||
x_58 = l_Lean_Elab_Term_expandDbgTrace___closed__3;
|
||||
x_59 = l_Lean_Elab_Term_expandDbgTrace___closed__6;
|
||||
x_60 = lean_alloc_ctor(3, 4, 0);
|
||||
lean_ctor_set(x_60, 0, x_57);
|
||||
lean_ctor_set(x_60, 1, x_58);
|
||||
lean_ctor_set(x_60, 2, x_56);
|
||||
lean_ctor_set(x_60, 3, x_59);
|
||||
x_61 = l_Array_empty___closed__1;
|
||||
x_62 = lean_array_push(x_61, x_60);
|
||||
x_63 = l_Lean_Elab_Term_expandDbgTrace___closed__14;
|
||||
x_64 = lean_array_push(x_63, x_5);
|
||||
x_65 = l_Lean_Elab_Term_expandDbgTrace___closed__12;
|
||||
x_66 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_66, 0, x_65);
|
||||
lean_ctor_set(x_66, 1, x_64);
|
||||
x_67 = lean_array_push(x_61, x_66);
|
||||
x_68 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__5;
|
||||
x_69 = lean_array_push(x_67, x_68);
|
||||
x_70 = l_Lean_nullKind___closed__2;
|
||||
x_71 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_71, 0, x_70);
|
||||
lean_ctor_set(x_71, 1, x_69);
|
||||
x_72 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_73 = lean_array_push(x_72, x_71);
|
||||
x_74 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_75 = lean_array_push(x_73, x_74);
|
||||
x_76 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_77 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_77, 0, x_76);
|
||||
lean_ctor_set(x_77, 1, x_75);
|
||||
x_78 = lean_array_push(x_61, x_77);
|
||||
x_79 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__18;
|
||||
x_80 = lean_array_push(x_79, x_7);
|
||||
x_81 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_82 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_82, 0, x_81);
|
||||
lean_ctor_set(x_82, 1, x_80);
|
||||
x_83 = lean_array_push(x_78, x_82);
|
||||
x_84 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_84, 0, x_70);
|
||||
lean_ctor_set(x_84, 1, x_83);
|
||||
x_85 = lean_array_push(x_62, x_84);
|
||||
x_86 = l_Lean_mkAppStx___closed__8;
|
||||
x_87 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_87, 0, x_86);
|
||||
lean_ctor_set(x_87, 1, x_85);
|
||||
x_88 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_88, 0, x_87);
|
||||
lean_ctor_set(x_88, 1, x_3);
|
||||
return x_88;
|
||||
x_59 = l_Lean_Elab_Term_expandDbgTrace___closed__4;
|
||||
x_60 = l_Lean_addMacroScope(x_58, x_59, x_57);
|
||||
x_61 = l_Lean_Init_LeanInit___instance__8___closed__1;
|
||||
x_62 = l_Lean_Elab_Term_expandDbgTrace___closed__3;
|
||||
x_63 = l_Lean_Elab_Term_expandDbgTrace___closed__6;
|
||||
x_64 = lean_alloc_ctor(3, 4, 0);
|
||||
lean_ctor_set(x_64, 0, x_61);
|
||||
lean_ctor_set(x_64, 1, x_62);
|
||||
lean_ctor_set(x_64, 2, x_60);
|
||||
lean_ctor_set(x_64, 3, x_63);
|
||||
x_65 = l_Array_empty___closed__1;
|
||||
x_66 = lean_array_push(x_65, x_64);
|
||||
x_67 = l_Lean_Elab_Term_expandDbgTrace___closed__14;
|
||||
x_68 = lean_array_push(x_67, x_5);
|
||||
x_69 = l_Lean_Elab_Term_expandDbgTrace___closed__12;
|
||||
x_70 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_70, 0, x_69);
|
||||
lean_ctor_set(x_70, 1, x_68);
|
||||
x_71 = lean_array_push(x_65, x_70);
|
||||
x_72 = l_Std_Range_myMacro____x40_Init_Data_Range___hyg_299____closed__5;
|
||||
x_73 = lean_array_push(x_71, x_72);
|
||||
x_74 = l_Lean_nullKind___closed__2;
|
||||
x_75 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_75, 0, x_74);
|
||||
lean_ctor_set(x_75, 1, x_73);
|
||||
x_76 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__6;
|
||||
x_77 = lean_array_push(x_76, x_75);
|
||||
x_78 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__15;
|
||||
x_79 = lean_array_push(x_77, x_78);
|
||||
x_80 = l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
x_81 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_81, 0, x_80);
|
||||
lean_ctor_set(x_81, 1, x_79);
|
||||
x_82 = lean_array_push(x_65, x_81);
|
||||
x_83 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__11;
|
||||
x_84 = lean_array_push(x_83, x_7);
|
||||
x_85 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_86 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_86, 0, x_85);
|
||||
lean_ctor_set(x_86, 1, x_84);
|
||||
x_87 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_88 = lean_array_push(x_87, x_86);
|
||||
x_89 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_90 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_90, 0, x_89);
|
||||
lean_ctor_set(x_90, 1, x_88);
|
||||
x_91 = lean_array_push(x_82, x_90);
|
||||
x_92 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_92, 0, x_74);
|
||||
lean_ctor_set(x_92, 1, x_91);
|
||||
x_93 = lean_array_push(x_66, x_92);
|
||||
x_94 = l_Lean_mkAppStx___closed__8;
|
||||
x_95 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_95, 0, x_94);
|
||||
lean_ctor_set(x_95, 1, x_93);
|
||||
x_96 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_96, 0, x_95);
|
||||
lean_ctor_set(x_96, 1, x_3);
|
||||
return x_96;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
stage0/stdlib/Lean/Elab/Command.c
generated
6
stage0/stdlib/Lean/Elab/Command.c
generated
|
|
@ -25,6 +25,7 @@ lean_object* l_Lean_Elab_Command_elabSection(lean_object*, lean_object*, lean_ob
|
|||
lean_object* l_Lean_Elab_Command_elabInitQuot_match__1___rarg(lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addNamespace(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Elab_Command_elabEval___closed__3;
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
lean_object* l_Lean_extractMacroScopes(lean_object*);
|
||||
lean_object* l_Array_iterateMAux___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessages___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_throwError___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -302,7 +303,6 @@ lean_object* l_Lean_Elab_Command_Lean_Elab_Command___instance__11___closed__2;
|
|||
lean_object* l_Array_iterateMAux___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessages___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__9;
|
||||
lean_object* l_Lean_Syntax_isStrLit_x3f(lean_object*);
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_List_head_x21___at_Lean_Elab_Command_Lean_Elab_Command___instance__4___spec__1___boxed(lean_object*);
|
||||
lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_Lean_Elab_Command___instance__7___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -20568,7 +20568,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInCmd___closed__2;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -20622,7 +20622,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInCmd___closed__7;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
|
|||
14
stage0/stdlib/Lean/Elab/Declaration.c
generated
14
stage0/stdlib/Lean/Elab/Declaration.c
generated
|
|
@ -19,6 +19,7 @@ lean_object* l_Lean_Elab_Command_expandDeclNamespace_x3f_match__1___rarg(lean_ob
|
|||
lean_object* l_Lean_Elab_Command_expandMutualElement_match__1___rarg(lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Elab_Command_elabStructure___closed__11;
|
||||
lean_object* l_Lean_Elab_Command_expandInitCmd___closed__20;
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
lean_object* l_Lean_extractMacroScopes(lean_object*);
|
||||
lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_Command_elabAttr___spec__3(lean_object*);
|
||||
size_t l_USize_add(size_t, size_t);
|
||||
|
|
@ -140,7 +141,6 @@ lean_object* l_Lean_Elab_Term_levelMVarToParam(lean_object*, lean_object*, lean_
|
|||
lean_object* lean_st_ref_take(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_Command_elabAttr___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Command_elabAxiom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
extern lean_object* l_Lean_Elab_Command_isDefLike___closed__2;
|
||||
lean_object* l_Lean_Elab_Command_expandMutualNamespace___closed__1;
|
||||
lean_object* l_Lean_Elab_Command_expandDeclId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -6658,7 +6658,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Tactic_evalIntro___closed__5;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -6668,7 +6668,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInitCmd___closed__3;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -6678,7 +6678,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInitCmd___closed__4;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -6688,7 +6688,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInitCmd___closed__5;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -6698,7 +6698,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Elab_Command_expandInitCmd___closed__6;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -7103,7 +7103,7 @@ lean_ctor_set(x_23, 2, x_19);
|
|||
lean_ctor_set(x_23, 3, x_20);
|
||||
x_24 = l_Array_empty___closed__1;
|
||||
x_25 = lean_array_push(x_24, x_23);
|
||||
x_26 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_26 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
lean_inc(x_25);
|
||||
x_27 = lean_array_push(x_25, x_26);
|
||||
x_28 = l_Lean_Elab_Command_mkDefViewOfInstance___closed__3;
|
||||
|
|
|
|||
7243
stage0/stdlib/Lean/Elab/Do.c
generated
7243
stage0/stdlib/Lean/Elab/Do.c
generated
File diff suppressed because it is too large
Load diff
3805
stage0/stdlib/Lean/Elab/Quotation.c
generated
3805
stage0/stdlib/Lean/Elab/Quotation.c
generated
File diff suppressed because it is too large
Load diff
1065
stage0/stdlib/Lean/Elab/StructInst.c
generated
1065
stage0/stdlib/Lean/Elab/StructInst.c
generated
File diff suppressed because it is too large
Load diff
4514
stage0/stdlib/Lean/Elab/Syntax.c
generated
4514
stage0/stdlib/Lean/Elab/Syntax.c
generated
File diff suppressed because it is too large
Load diff
6
stage0/stdlib/Lean/Elab/Tactic/Basic.c
generated
6
stage0/stdlib/Lean/Elab/Tactic/Basic.c
generated
|
|
@ -20,6 +20,7 @@ lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDone___closed__3;
|
|||
extern lean_object* l_Lean_Meta_revert___lambda__2___closed__1;
|
||||
lean_object* l_Lean_Elab_Tactic_getMainTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Tactic_evalAssumption___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
size_t l_USize_add(size_t, size_t);
|
||||
lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_expandTacticMacroFns_loop___spec__3___rarg(lean_object*);
|
||||
lean_object* l_Std_PersistentHashMap_findAtAux___at_Lean_Elab_Tactic_evalTactic___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -231,7 +232,6 @@ lean_object* lean_array_swap(lean_object*, lean_object*, lean_object*);
|
|||
lean_object* l___private_Lean_Elab_Tactic_Basic_0__Lean_Elab_Tactic_findTag_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Tactic_saveBacktrackableState___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Tactic_evalTactic_match__1(lean_object*);
|
||||
extern lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
lean_object* l___regBuiltin_Lean_Elab_Tactic_evalTacticSeq(lean_object*);
|
||||
lean_object* l_List_findM_x3f___at___private_Lean_Elab_Tactic_Basic_0__Lean_Elab_Tactic_findTag_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___private_Lean_Elab_Tactic_Basic_0__Lean_Elab_Tactic_evalTacticUsing_loop_match__3___rarg(lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -9237,7 +9237,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Array_empty___closed__1;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_3 = lean_array_push(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -9659,7 +9659,7 @@ lean_ctor_set(x_110, 0, x_72);
|
|||
lean_ctor_set(x_110, 1, x_109);
|
||||
x_111 = l_Lean_Elab_Term_expandFunBinders_loop___closed__4;
|
||||
x_112 = lean_array_push(x_111, x_110);
|
||||
x_113 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__13;
|
||||
x_113 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_letBindRhss___closed__15;
|
||||
x_114 = lean_array_push(x_112, x_113);
|
||||
x_115 = l_Lean_Elab_Term_expandFunBinders_loop___closed__9;
|
||||
x_116 = lean_array_push(x_114, x_115);
|
||||
|
|
|
|||
215
stage0/stdlib/Lean/Elab/Term.c
generated
215
stage0/stdlib/Lean/Elab/Term.c
generated
|
|
@ -539,7 +539,6 @@ lean_object* l_Std_AssocList_find_x3f___at___private_Lean_Elab_Term_0__Lean_Elab
|
|||
lean_object* l_Lean_Elab_Term_getCurrMacroScope___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
uint8_t l_Array_anyRangeMAux___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_mkAppStx___closed__6;
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1;
|
||||
lean_object* l_Lean_Elab_Term_Lean_Elab_Term___instance__11___closed__3;
|
||||
lean_object* l_Lean_Elab_Term_expandArrayLit___closed__9;
|
||||
lean_object* l_Lean_Elab_Term_getMessageLog___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -552,6 +551,7 @@ lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_tryLiftAndCoe_match__1
|
|||
lean_object* l___regBuiltin_Lean_Elab_Term_elabProp___closed__2;
|
||||
size_t lean_usize_modn(size_t, lean_object*);
|
||||
lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_exceptionToSorry___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
lean_object* l_Lean_Elab_Term_expandArrayLit___closed__4;
|
||||
lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_Lean_Elab_Term___instance__7___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -643,6 +643,7 @@ lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkFreshLevelMVars(lean
|
|||
lean_object* l_Lean_Elab_Term_expandListLit___boxed(lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_synthesizeInst___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_termElabAttribute;
|
||||
lean_object* l_Lean_Elab_Term_expandCDot_x3f___closed__1;
|
||||
lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isMonad_x3f_match__1___rarg(lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_trySynthInstanceImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__3;
|
||||
|
|
@ -666,6 +667,7 @@ lean_object* l_Lean_Elab_Term_synthesizeInst_match__1(lean_object*);
|
|||
lean_object* l_Array_umapMAux___at___private_Lean_Elab_Term_0__Lean_Elab_Term_expandCDot___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
uint8_t l_List_elem___at_Lean_NameHashSet_insert___spec__2(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_withoutPostponing___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1;
|
||||
lean_object* l_Lean_Elab_Term_savingMCtx(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_elabHole(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_resolveName_match__1___rarg(lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -932,7 +934,7 @@ lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos_match__2___rarg(lean_
|
|||
lean_object* l_Lean_Meta_whnf___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_throwErrorIfErrors(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244_(lean_object*);
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295_(lean_object*);
|
||||
lean_object* l_Lean_Elab_Term_elabByTactic_match__1___rarg(lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isMonad_x3f_match__2___rarg(lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Expr_Lean_Expr___instance__11___closed__1;
|
||||
|
|
@ -9381,6 +9383,24 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_expandCDot_x3f_match__1___rarg
|
|||
return x_2;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Elab_Term_expandCDot_x3f___closed__1() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = lean_mk_string("basicFun");
|
||||
return x_1;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Elab_Term_expandCDot_x3f___closed__2() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_mkAppStx___closed__6;
|
||||
x_2 = l_Lean_Elab_Term_expandCDot_x3f___closed__1;
|
||||
x_3 = lean_name_mk_string(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
lean_object* l_Lean_Elab_Term_expandCDot_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3) {
|
||||
_start:
|
||||
{
|
||||
|
|
@ -9408,7 +9428,7 @@ uint8_t x_9;
|
|||
x_9 = !lean_is_exclusive(x_8);
|
||||
if (x_9 == 0)
|
||||
{
|
||||
lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24;
|
||||
lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27;
|
||||
x_10 = lean_ctor_get(x_8, 0);
|
||||
x_11 = lean_ctor_get(x_10, 0);
|
||||
lean_inc(x_11);
|
||||
|
|
@ -9422,77 +9442,87 @@ x_15 = l_Lean_nullKind___closed__2;
|
|||
x_16 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_16, 0, x_15);
|
||||
lean_ctor_set(x_16, 1, x_14);
|
||||
x_17 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_18 = lean_array_push(x_17, x_16);
|
||||
x_19 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_20 = lean_array_push(x_18, x_19);
|
||||
x_21 = lean_array_push(x_20, x_11);
|
||||
x_22 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_23 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_23, 0, x_22);
|
||||
lean_ctor_set(x_23, 1, x_21);
|
||||
x_24 = lean_alloc_ctor(1, 1, 0);
|
||||
lean_ctor_set(x_24, 0, x_23);
|
||||
lean_ctor_set(x_8, 0, x_24);
|
||||
x_17 = lean_array_push(x_7, x_16);
|
||||
x_18 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_19 = lean_array_push(x_17, x_18);
|
||||
x_20 = lean_array_push(x_19, x_11);
|
||||
x_21 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_22 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_22, 0, x_21);
|
||||
lean_ctor_set(x_22, 1, x_20);
|
||||
x_23 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_24 = lean_array_push(x_23, x_22);
|
||||
x_25 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_26 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_26, 0, x_25);
|
||||
lean_ctor_set(x_26, 1, x_24);
|
||||
x_27 = lean_alloc_ctor(1, 1, 0);
|
||||
lean_ctor_set(x_27, 0, x_26);
|
||||
lean_ctor_set(x_8, 0, x_27);
|
||||
return x_8;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41;
|
||||
x_25 = lean_ctor_get(x_8, 0);
|
||||
x_26 = lean_ctor_get(x_8, 1);
|
||||
lean_inc(x_26);
|
||||
lean_inc(x_25);
|
||||
lean_dec(x_8);
|
||||
x_27 = lean_ctor_get(x_25, 0);
|
||||
lean_inc(x_27);
|
||||
x_28 = lean_ctor_get(x_25, 1);
|
||||
lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47;
|
||||
x_28 = lean_ctor_get(x_8, 0);
|
||||
x_29 = lean_ctor_get(x_8, 1);
|
||||
lean_inc(x_29);
|
||||
lean_inc(x_28);
|
||||
lean_dec(x_25);
|
||||
x_29 = lean_unsigned_to_nat(0u);
|
||||
x_30 = l_Array_iterateMAux___at_Array_append___spec__1___rarg(x_28, x_28, x_29, x_7);
|
||||
lean_dec(x_8);
|
||||
x_30 = lean_ctor_get(x_28, 0);
|
||||
lean_inc(x_30);
|
||||
x_31 = lean_ctor_get(x_28, 1);
|
||||
lean_inc(x_31);
|
||||
lean_dec(x_28);
|
||||
x_31 = l_Lean_nullKind___closed__2;
|
||||
x_32 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_32, 0, x_31);
|
||||
lean_ctor_set(x_32, 1, x_30);
|
||||
x_33 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_34 = lean_array_push(x_33, x_32);
|
||||
x_35 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_36 = lean_array_push(x_34, x_35);
|
||||
x_37 = lean_array_push(x_36, x_27);
|
||||
x_38 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_39 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_39, 0, x_38);
|
||||
lean_ctor_set(x_39, 1, x_37);
|
||||
x_40 = lean_alloc_ctor(1, 1, 0);
|
||||
lean_ctor_set(x_40, 0, x_39);
|
||||
x_41 = lean_alloc_ctor(0, 2, 0);
|
||||
x_32 = lean_unsigned_to_nat(0u);
|
||||
x_33 = l_Array_iterateMAux___at_Array_append___spec__1___rarg(x_31, x_31, x_32, x_7);
|
||||
lean_dec(x_31);
|
||||
x_34 = l_Lean_nullKind___closed__2;
|
||||
x_35 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_35, 0, x_34);
|
||||
lean_ctor_set(x_35, 1, x_33);
|
||||
x_36 = lean_array_push(x_7, x_35);
|
||||
x_37 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__17;
|
||||
x_38 = lean_array_push(x_36, x_37);
|
||||
x_39 = lean_array_push(x_38, x_30);
|
||||
x_40 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
x_41 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_41, 0, x_40);
|
||||
lean_ctor_set(x_41, 1, x_26);
|
||||
return x_41;
|
||||
lean_ctor_set(x_41, 1, x_39);
|
||||
x_42 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__9;
|
||||
x_43 = lean_array_push(x_42, x_41);
|
||||
x_44 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_45 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_45, 0, x_44);
|
||||
lean_ctor_set(x_45, 1, x_43);
|
||||
x_46 = lean_alloc_ctor(1, 1, 0);
|
||||
lean_ctor_set(x_46, 0, x_45);
|
||||
x_47 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_47, 0, x_46);
|
||||
lean_ctor_set(x_47, 1, x_29);
|
||||
return x_47;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
uint8_t x_42;
|
||||
x_42 = !lean_is_exclusive(x_8);
|
||||
if (x_42 == 0)
|
||||
uint8_t x_48;
|
||||
x_48 = !lean_is_exclusive(x_8);
|
||||
if (x_48 == 0)
|
||||
{
|
||||
return x_8;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_43; lean_object* x_44; lean_object* x_45;
|
||||
x_43 = lean_ctor_get(x_8, 0);
|
||||
x_44 = lean_ctor_get(x_8, 1);
|
||||
lean_inc(x_44);
|
||||
lean_inc(x_43);
|
||||
lean_object* x_49; lean_object* x_50; lean_object* x_51;
|
||||
x_49 = lean_ctor_get(x_8, 0);
|
||||
x_50 = lean_ctor_get(x_8, 1);
|
||||
lean_inc(x_50);
|
||||
lean_inc(x_49);
|
||||
lean_dec(x_8);
|
||||
x_45 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_45, 0, x_43);
|
||||
lean_ctor_set(x_45, 1, x_44);
|
||||
return x_45;
|
||||
x_51 = lean_alloc_ctor(1, 2, 0);
|
||||
lean_ctor_set(x_51, 0, x_49);
|
||||
lean_ctor_set(x_51, 1, x_50);
|
||||
return x_51;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -22734,7 +22764,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8;
|
|||
x_5 = l_Lean_Syntax_getArgs(x_1);
|
||||
x_6 = lean_array_get_size(x_5);
|
||||
lean_dec(x_5);
|
||||
x_7 = lean_unsigned_to_nat(4u);
|
||||
x_7 = lean_unsigned_to_nat(2u);
|
||||
x_8 = lean_nat_dec_eq(x_6, x_7);
|
||||
lean_dec(x_6);
|
||||
if (x_8 == 0)
|
||||
|
|
@ -22746,19 +22776,54 @@ return x_9;
|
|||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16;
|
||||
lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13;
|
||||
x_10 = lean_unsigned_to_nat(1u);
|
||||
x_11 = l_Lean_Syntax_getArg(x_1, x_10);
|
||||
x_12 = l_Lean_Syntax_getArgs(x_11);
|
||||
x_12 = l_Lean_Elab_Term_expandCDot_x3f___closed__2;
|
||||
lean_inc(x_11);
|
||||
x_13 = l_Lean_Syntax_isOfKind(x_11, x_12);
|
||||
if (x_13 == 0)
|
||||
{
|
||||
uint8_t x_14;
|
||||
lean_dec(x_11);
|
||||
x_13 = lean_array_get_size(x_12);
|
||||
x_14 = l_Lean_mkAppStx___closed__6;
|
||||
x_15 = lean_unsigned_to_nat(0u);
|
||||
x_16 = l_Array_anyRangeMAux___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1(x_1, x_14, x_12, x_13, x_15);
|
||||
lean_dec(x_13);
|
||||
lean_dec(x_12);
|
||||
lean_dec(x_1);
|
||||
return x_16;
|
||||
x_14 = 0;
|
||||
return x_14;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18;
|
||||
x_15 = l_Lean_Syntax_getArgs(x_11);
|
||||
x_16 = lean_array_get_size(x_15);
|
||||
lean_dec(x_15);
|
||||
x_17 = lean_unsigned_to_nat(3u);
|
||||
x_18 = lean_nat_dec_eq(x_16, x_17);
|
||||
lean_dec(x_16);
|
||||
if (x_18 == 0)
|
||||
{
|
||||
uint8_t x_19;
|
||||
lean_dec(x_11);
|
||||
lean_dec(x_1);
|
||||
x_19 = 0;
|
||||
return x_19;
|
||||
}
|
||||
else
|
||||
{
|
||||
lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25;
|
||||
x_20 = lean_unsigned_to_nat(0u);
|
||||
x_21 = l_Lean_Syntax_getArg(x_11, x_20);
|
||||
lean_dec(x_11);
|
||||
x_22 = l_Lean_Syntax_getArgs(x_21);
|
||||
lean_dec(x_21);
|
||||
x_23 = lean_array_get_size(x_22);
|
||||
x_24 = l_Lean_mkAppStx___closed__6;
|
||||
x_25 = l_Array_anyRangeMAux___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1(x_1, x_24, x_22, x_23, x_20);
|
||||
lean_dec(x_23);
|
||||
lean_dec(x_22);
|
||||
lean_dec(x_1);
|
||||
return x_25;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -35782,7 +35847,7 @@ x_8 = l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg(x_1, x_2, x_3, x_4,
|
|||
return x_8;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1() {
|
||||
static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
|
|
@ -35792,7 +35857,7 @@ x_3 = lean_name_mk_string(x_1, x_2);
|
|||
return x_3;
|
||||
}
|
||||
}
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244_(lean_object* x_1) {
|
||||
lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295_(lean_object* x_1) {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_2; lean_object* x_3;
|
||||
|
|
@ -35804,7 +35869,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6;
|
|||
x_4 = lean_ctor_get(x_3, 1);
|
||||
lean_inc(x_4);
|
||||
lean_dec(x_3);
|
||||
x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1;
|
||||
x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1;
|
||||
x_6 = l_Lean_registerTraceClass(x_5, x_4);
|
||||
if (lean_obj_tag(x_6) == 0)
|
||||
{
|
||||
|
|
@ -36091,6 +36156,10 @@ l___private_Lean_Elab_Term_0__Lean_Elab_Term_hasCDot___closed__1 = _init_l___pri
|
|||
lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_Term_hasCDot___closed__1);
|
||||
l___private_Lean_Elab_Term_0__Lean_Elab_Term_hasCDot___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_hasCDot___closed__2();
|
||||
lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_Term_hasCDot___closed__2);
|
||||
l_Lean_Elab_Term_expandCDot_x3f___closed__1 = _init_l_Lean_Elab_Term_expandCDot_x3f___closed__1();
|
||||
lean_mark_persistent(l_Lean_Elab_Term_expandCDot_x3f___closed__1);
|
||||
l_Lean_Elab_Term_expandCDot_x3f___closed__2 = _init_l_Lean_Elab_Term_expandCDot_x3f___closed__2();
|
||||
lean_mark_persistent(l_Lean_Elab_Term_expandCDot_x3f___closed__2);
|
||||
l_Lean_Elab_Term_mkTypeMismatchError___closed__1 = _init_l_Lean_Elab_Term_mkTypeMismatchError___closed__1();
|
||||
lean_mark_persistent(l_Lean_Elab_Term_mkTypeMismatchError___closed__1);
|
||||
l_Lean_Elab_Term_mkTypeMismatchError___closed__2 = _init_l_Lean_Elab_Term_mkTypeMismatchError___closed__2();
|
||||
|
|
@ -36419,9 +36488,9 @@ l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg___closed__2 = _init_l_Lean
|
|||
lean_mark_persistent(l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg___closed__2);
|
||||
l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg___closed__3 = _init_l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg___closed__3();
|
||||
lean_mark_persistent(l_Lean_Elab_Term_Lean_Elab_Term___instance__13___rarg___closed__3);
|
||||
l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1();
|
||||
lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244____closed__1);
|
||||
res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7244_(lean_io_mk_world());
|
||||
l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1();
|
||||
lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295____closed__1);
|
||||
res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_7295_(lean_io_mk_world());
|
||||
if (lean_io_result_is_error(res)) return res;
|
||||
lean_dec_ref(res);
|
||||
return lean_io_result_mk_ok(lean_box(0));
|
||||
|
|
|
|||
14
stage0/stdlib/Lean/Parser/Command.c
generated
14
stage0/stdlib/Lean/Parser/Command.c
generated
|
|
@ -212,6 +212,7 @@ lean_object* l_Lean_Parser_Command_ctor___elambda__1___closed__15;
|
|||
lean_object* l_Lean_Parser_Command_resolve__name___elambda__1___closed__1;
|
||||
extern lean_object* l_Lean_Parser_Term_explicitUniv_formatter___closed__1;
|
||||
lean_object* l_Lean_Parser_Command_print_formatter___closed__2;
|
||||
extern lean_object* l_Lean_Parser_Term_fun_formatter___closed__3;
|
||||
lean_object* l_Lean_Parser_Command_declModifiers___boxed(lean_object*);
|
||||
lean_object* l_Lean_Parser_Command_extends_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Command_protected___elambda__1___closed__2;
|
||||
|
|
@ -435,7 +436,6 @@ lean_object* l_Lean_Parser_Command_structFields___closed__4;
|
|||
lean_object* l_Lean_Parser_Command_set__option___elambda__1___closed__3;
|
||||
extern lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Command_mutual;
|
||||
extern lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__8;
|
||||
lean_object* l_Lean_Parser_Command_structure___elambda__1___closed__7;
|
||||
lean_object* l_Lean_Parser_Command_constant___closed__9;
|
||||
lean_object* l_Lean_Parser_Command_structure_formatter___closed__4;
|
||||
|
|
@ -851,7 +851,6 @@ lean_object* l_Lean_Parser_Command_universes___elambda__1___closed__10;
|
|||
lean_object* l_Lean_Parser_Command_openHiding___elambda__1___closed__7;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Command_synth_formatter(lean_object*);
|
||||
extern lean_object* l_Lean_Parser_Term_binderDefault;
|
||||
extern lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Command_structExplicitBinder___elambda__1___closed__4;
|
||||
lean_object* l_Lean_Parser_Command_visibility_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Parser_Command_in_parenthesizer(lean_object*);
|
||||
|
|
@ -1593,6 +1592,7 @@ lean_object* l_Lean_Parser_Command_classInductive___closed__8;
|
|||
lean_object* l_Lean_Parser_Command_structCtor___closed__7;
|
||||
lean_object* l_Lean_Parser_Command_openOnly___elambda__1___closed__6;
|
||||
lean_object* l_Lean_Parser_Command_check_parenthesizer___closed__2;
|
||||
extern lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
lean_object* l_Lean_PrettyPrinter_Formatter_many1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Command_openRenaming___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Command_protected_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -2032,6 +2032,7 @@ lean_object* l_Lean_Parser_Command_openHiding___closed__2;
|
|||
lean_object* l_Lean_Parser_Command_constant___closed__4;
|
||||
lean_object* l_Lean_Parser_Command_def_parenthesizer___closed__4;
|
||||
lean_object* l_Lean_Parser_Command_declModifiers_formatter___closed__21;
|
||||
extern lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
lean_object* l_Lean_Parser_Command_universe_formatter___closed__3;
|
||||
lean_object* l_Lean_Parser_Command_partial___closed__2;
|
||||
lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__7;
|
||||
|
|
@ -2149,7 +2150,6 @@ lean_object* l___regBuiltin_Lean_Parser_Command_export_parenthesizer___closed__1
|
|||
lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Command_inferMod___elambda__1___closed__5;
|
||||
lean_object* l_Lean_Parser_Command_unsafe___elambda__1___closed__1;
|
||||
extern lean_object* l_Lean_Parser_Term_fun_formatter___closed__8;
|
||||
lean_object* l_Lean_Parser_Command_open_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__19;
|
||||
lean_object* l_Lean_Parser_Command_classTk___closed__3;
|
||||
|
|
@ -5751,7 +5751,7 @@ static lean_object* _init_l_Lean_Parser_Command_declValEqns___elambda__1___close
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_2 = lean_ctor_get(x_1, 1);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Command_declValEqns___elambda__1___closed__2;
|
||||
|
|
@ -5790,7 +5790,7 @@ static lean_object* _init_l_Lean_Parser_Command_declValEqns___closed__1() {
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_2 = lean_ctor_get(x_1, 0);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Command_declValEqns___elambda__1___closed__2;
|
||||
|
|
@ -11958,7 +11958,7 @@ _start:
|
|||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Command_declValEqns___elambda__1___closed__2;
|
||||
x_2 = lean_unsigned_to_nat(1024u);
|
||||
x_3 = l_Lean_Parser_Term_fun_formatter___closed__8;
|
||||
x_3 = l_Lean_Parser_Term_fun_formatter___closed__3;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_Parser_leadingNode_formatter___boxed), 8, 3);
|
||||
lean_closure_set(x_4, 0, x_1);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
|
|
@ -15129,7 +15129,7 @@ _start:
|
|||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Command_declValEqns___elambda__1___closed__2;
|
||||
x_2 = lean_unsigned_to_nat(1024u);
|
||||
x_3 = l_Lean_Parser_Term_fun_parenthesizer___closed__8;
|
||||
x_3 = l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer___boxed), 8, 3);
|
||||
lean_closure_set(x_4, 0, x_1);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
|
|
|
|||
4
stage0/stdlib/Lean/Parser/Do.c
generated
4
stage0/stdlib/Lean/Parser/Do.c
generated
|
|
@ -1003,7 +1003,6 @@ lean_object* l_Lean_Parser_Term_doMatchAlt_formatter(lean_object*, lean_object*,
|
|||
lean_object* l_Lean_Parser_Term_doTry_parenthesizer___closed__11;
|
||||
lean_object* l_Lean_Parser_Term_doSeqBracketed_parenthesizer___closed__4;
|
||||
extern lean_object* l_Lean_Parser_darrow___closed__2;
|
||||
extern lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__13;
|
||||
lean_object* l_Lean_Parser_Term_doReassign___elambda__1___closed__8;
|
||||
lean_object* l_Lean_Parser_Term_notFollowedByRedefinedTermToken___elambda__1___closed__12;
|
||||
lean_object* l_Lean_Parser_Term_doReassignArrow_formatter___closed__1;
|
||||
|
|
@ -1338,6 +1337,7 @@ lean_object* l_Lean_Parser_Term_doLetArrow_formatter___closed__4;
|
|||
lean_object* l_Lean_PrettyPrinter_Parenthesizer_many_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_doIf___elambda__1___closed__2;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_liftMethod_parenthesizer___closed__1;
|
||||
extern lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__10;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_doContinue_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_doCatchMatch_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_doUnless___elambda__1(lean_object*, lean_object*);
|
||||
|
|
@ -15145,7 +15145,7 @@ static lean_object* _init_l_Lean_Parser_Term_do___elambda__1___closed__5() {
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__13;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__10;
|
||||
x_2 = l_Lean_Parser_Term_do___elambda__1___closed__4;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_andthenFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
|
|
|
|||
384
stage0/stdlib/Lean/Parser/Term.c
generated
384
stage0/stdlib/Lean/Parser/Term.c
generated
|
|
@ -407,7 +407,6 @@ lean_object* l_Lean_Parser_Term_typeOf___closed__4;
|
|||
lean_object* l_Lean_Parser_Term_mod_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_show___elambda__1___closed__8;
|
||||
lean_object* l_Lean_Parser_Term_decide___elambda__1___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_fun___closed__10;
|
||||
lean_object* l_Lean_Parser_Term_instBinder_parenthesizer___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_div_formatter___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_match;
|
||||
|
|
@ -524,7 +523,6 @@ lean_object* l___regBuiltin_Lean_Parser_Term_nativeRefl_parenthesizer___closed__
|
|||
lean_object* l_Lean_Parser_Term_structInstArrayRef___elambda__1___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_seqLeft___elambda__1___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_le_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_PrettyPrinter_Formatter_checkInsideQuot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_letrec___elambda__1___closed__2;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_append_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_letDecl_formatter___closed__8;
|
||||
|
|
@ -613,7 +611,6 @@ lean_object* l_Lean_Parser_Term_bor_parenthesizer___closed__1;
|
|||
lean_object* l_Lean_Parser_Term_andM___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_implicitBinder_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_paren___elambda__1___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__11;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_emptyC_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_binderType___elambda__2___closed__2;
|
||||
|
|
@ -765,7 +762,6 @@ lean_object* l_Lean_Parser_Term_andM___elambda__1___closed__1;
|
|||
lean_object* l_Lean_Parser_Term_seq___elambda__1(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_forall_parenthesizer___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_matchAlts___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__8;
|
||||
lean_object* l_Lean_Parser_Term_namedArgument___elambda__1___closed__1;
|
||||
lean_object* l_Lean_Parser_Tactic_tacticSeq1Indented___elambda__1___closed__13;
|
||||
lean_object* l_Lean_Parser_Term_paren_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -857,7 +853,6 @@ lean_object* l_Lean_Parser_Term_letRecDecls_formatter___closed__2;
|
|||
lean_object* l_Lean_Parser_Term_prop___elambda__1___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_match___elambda__1___closed__11;
|
||||
lean_object* l_Lean_Parser_Term_fun___closed__11;
|
||||
lean_object* l_Lean_Parser_Term_dollar_formatter___closed__4;
|
||||
extern lean_object* l_Lean_Expr_ctorName___closed__4;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_dollarProj_formatter___closed__1;
|
||||
|
|
@ -921,7 +916,6 @@ lean_object* l_Lean_Parser_Term_let_x21___elambda__1___closed__9;
|
|||
lean_object* l_Lean_Parser_Term_structInst_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_nativeRefl_formatter(lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_show___closed__6;
|
||||
lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkOutsideQuot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_prod_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_nomatch___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_typeAscription_parenthesizer___closed__3;
|
||||
|
|
@ -1402,7 +1396,6 @@ lean_object* l_Lean_Parser_Term_binderDefault;
|
|||
lean_object* l_Lean_Parser_Term_assert___closed__5;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_anonymousCtor_parenthesizer(lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_namedPattern___elambda__1___closed__5;
|
||||
extern lean_object* l_Lean_Parser_checkOutsideQuot___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_letDecl___closed__6;
|
||||
extern lean_object* l_Array_myMacro____x40_Init_Data_Array_Macros___hyg_464____closed__5;
|
||||
|
|
@ -1573,7 +1566,6 @@ lean_object* l___regBuiltin_Lean_Parser_Term_unreachable_parenthesizer___closed_
|
|||
lean_object* l_Lean_Parser_Term_structInst_parenthesizer___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_funImplicitBinder___elambda__1___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_assert___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__10;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_ge_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_forall___elambda__1___closed__11;
|
||||
lean_object* l_Lean_Parser_Term_sufficesDecl___closed__3;
|
||||
|
|
@ -1710,7 +1702,6 @@ lean_object* l_Lean_Parser_Term_structInstLVal_parenthesizer___closed__6;
|
|||
lean_object* l___regBuiltin_Lean_Parser_Term_orelse_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_mul___elambda__1___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_haveAssign___closed__7;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_byTactic_parenthesizer___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_heq_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_nativeDecide___elambda__1(lean_object*, lean_object*);
|
||||
|
|
@ -1749,7 +1740,6 @@ lean_object* l_Lean_Parser_Term_where___closed__9;
|
|||
lean_object* l_Lean_Parser_Term_attrInstance___closed__8;
|
||||
lean_object* l_Lean_Parser_Term_structInstLVal___elambda__1___closed__7;
|
||||
extern lean_object* l___regBuiltin_Lean_Parser_ident_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__12;
|
||||
lean_object* l_Lean_Parser_nodeWithAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_explicitBinder___elambda__1(lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_nomatch_parenthesizer___closed__1;
|
||||
|
|
@ -1856,7 +1846,6 @@ lean_object* l_Lean_Parser_Term_parser_x21___elambda__1___closed__4;
|
|||
lean_object* l___regBuiltin_Lean_Parser_Term_have_parenthesizer(lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_suffices___elambda__1___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_bnot;
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__10;
|
||||
lean_object* l_Lean_Parser_Term_structInst_formatter___closed__13;
|
||||
lean_object* l_Lean_Parser_Term_seq___elambda__1___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_nomatch_parenthesizer___closed__4;
|
||||
|
|
@ -2771,14 +2760,12 @@ lean_object* l_Lean_Parser_Term_tupleTail_formatter___closed__5;
|
|||
lean_object* l_Lean_Parser_Term_prop___elambda__1___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_structInstArrayRef___elambda__1___closed__10;
|
||||
lean_object* l_Lean_Parser_Term_have_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Parser_checkInsideQuot___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_letrec___elambda__1___closed__10;
|
||||
lean_object* l_Lean_Parser_Term_cdot_parenthesizer___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_funBinder_quot_formatter___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_explicitBinder___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_syntheticHole_parenthesizer___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
lean_object* l_Lean_Parser_Term_fun___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_prod_parenthesizer___closed__1;
|
||||
lean_object* l_Lean_Parser_Tactic_tacticSeqBracketed___elambda__1___closed__1;
|
||||
lean_object* l_Lean_PrettyPrinter_Formatter_many1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -3127,7 +3114,6 @@ lean_object* l_Lean_Parser_Term_funBinder_quot_formatter___closed__4;
|
|||
lean_object* l_Lean_Parser_Term_parser_x21___elambda__1___closed__10;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_add_formatter___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_subst___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__12;
|
||||
lean_object* l_Lean_Parser_Term_arrayLit___closed__5;
|
||||
lean_object* l_Lean_Parser_Term_listLit___elambda__1___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_if___closed__5;
|
||||
|
|
@ -3294,7 +3280,6 @@ lean_object* l_Lean_Parser_Term_optExprPrecedence_parenthesizer(lean_object*, le
|
|||
lean_object* l_Lean_Parser_Term_matchDiscr_formatter___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_structInstField___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_show___elambda__1(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__13;
|
||||
lean_object* l_Lean_Parser_Term_emptyC___elambda__1___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_type_parenthesizer___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_let_x2a___elambda__1___closed__4;
|
||||
|
|
@ -3398,7 +3383,6 @@ lean_object* l_Lean_Parser_Term_equiv_parenthesizer(lean_object*, lean_object*,
|
|||
lean_object* l_Lean_Parser_Term_typeSpec___elambda__1___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_anonymousCtor___closed__10;
|
||||
lean_object* l_Lean_Parser_Term_fromTerm_formatter___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__14;
|
||||
lean_object* l_Lean_Parser_Tactic_quot___closed__7;
|
||||
lean_object* l_Lean_Parser_Term_explicitUniv_parenthesizer___closed__5;
|
||||
lean_object* l_Lean_Parser_Term_letIdDecl___closed__5;
|
||||
|
|
@ -3574,7 +3558,6 @@ lean_object* l_Lean_Parser_Term_haveAssign_formatter___closed__4;
|
|||
lean_object* l_Lean_Parser_Term_letIdLhs___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_borrowed___elambda__1___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
lean_object* l_Lean_PrettyPrinter_Formatter_checkOutsideQuot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_cdot_formatter(lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_explicit_formatter___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_not___closed__1;
|
||||
|
|
@ -3760,7 +3743,6 @@ lean_object* l_Lean_Parser_Term_haveAssign___elambda__1___closed__6;
|
|||
lean_object* l_Lean_Parser_Term_basicFun_parenthesizer___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_if_formatter___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_nativeDecide_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__11;
|
||||
lean_object* l_Lean_Parser_Term_tparser_x21___closed__1;
|
||||
lean_object* l_Lean_Parser_Term_proj_parenthesizer___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_match__syntax___elambda__1___closed__3;
|
||||
|
|
@ -3814,7 +3796,6 @@ lean_object* l_Lean_Parser_Term_emptyC___elambda__1___closed__10;
|
|||
lean_object* l_Lean_Parser_Term_depArrow_parenthesizer___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_subtype___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_explicitBinder_parenthesizer___closed__7;
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__8;
|
||||
extern lean_object* l_myMacro____x40_Init_Data_ToString_Macro___hyg_39____closed__4;
|
||||
lean_object* l_Lean_Parser_Term_syntheticHole___closed__5;
|
||||
lean_object* l_Lean_Parser_Term_div_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
|
|
@ -4107,7 +4088,6 @@ lean_object* l_Lean_Parser_Term_letrec___elambda__1___closed__5;
|
|||
lean_object* l_Lean_Parser_Term_matchDiscr_parenthesizer___closed__6;
|
||||
lean_object* l_Lean_Parser_Term_panic_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_syntheticHole_parenthesizer___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_fun___elambda__1___closed__15;
|
||||
lean_object* l_Lean_Parser_Term_structInst___elambda__1___closed__7;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_arrayRef_parenthesizer___closed__1;
|
||||
lean_object* l___regBuiltin_Lean_Parser_Term_bnot_parenthesizer___closed__1;
|
||||
|
|
@ -4229,7 +4209,6 @@ lean_object* l_Lean_Parser_Term_dollarProj___elambda__1___closed__1;
|
|||
lean_object* l_Lean_Parser_symbolFnAux(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
extern lean_object* l_Lean_Parser_Level_paren_parenthesizer___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_show___elambda__1___closed__4;
|
||||
lean_object* l_Lean_Parser_Term_fun_formatter___closed__9;
|
||||
lean_object* l_Lean_Parser_Term_ne;
|
||||
lean_object* l_Lean_Parser_Term_match___elambda__1(lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_structInst_parenthesizer___closed__13;
|
||||
|
|
@ -4303,7 +4282,6 @@ lean_object* l_Lean_Parser_Term_bindOp___elambda__1___closed__2;
|
|||
lean_object* l_Lean_Parser_Tactic_quotSeq___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_have_parenthesizer___closed__5;
|
||||
lean_object* l_Lean_PrettyPrinter_Formatter_notFollowedBy_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkInsideQuot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*);
|
||||
lean_object* l_Lean_Parser_Term_where_parenthesizer___closed__3;
|
||||
lean_object* l_Lean_Parser_Term_match__syntax_formatter___closed__2;
|
||||
lean_object* l_Lean_Parser_Term_byTactic___closed__2;
|
||||
|
|
@ -27257,77 +27235,41 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__7() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_basicFun;
|
||||
x_2 = lean_ctor_get(x_1, 1);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_checkInsideQuot___closed__1;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_Parser_andthenFn), 4, 2);
|
||||
lean_closure_set(x_4, 0, x_3);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
return x_4;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__8() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_checkOutsideQuot___closed__1;
|
||||
x_2 = l_Lean_Parser_Term_basicFun___closed__8;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_andthenFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__9() {
|
||||
_start:
|
||||
{
|
||||
uint8_t x_1; lean_object* x_2;
|
||||
x_1 = 0;
|
||||
x_2 = l_Lean_Parser_Term_matchAlts(x_1);
|
||||
return x_2;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__10() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__8() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5;
|
||||
x_1 = l_Lean_Parser_Term_basicFun;
|
||||
x_2 = lean_ctor_get(x_1, 1);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__8;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_Parser_orelseFn), 4, 2);
|
||||
lean_closure_set(x_4, 0, x_3);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
return x_4;
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_4 = lean_ctor_get(x_3, 1);
|
||||
lean_inc(x_4);
|
||||
x_5 = lean_alloc_closure((void*)(l_Lean_Parser_orelseFn), 4, 2);
|
||||
lean_closure_set(x_5, 0, x_2);
|
||||
lean_closure_set(x_5, 1, x_4);
|
||||
return x_5;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__11() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__10;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_orelseFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__12() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__9() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__6;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__11;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__8;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_andthenFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__13() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__10() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2;
|
||||
|
|
@ -27337,24 +27279,24 @@ lean_closure_set(x_2, 0, x_1);
|
|||
return x_2;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__14() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__11() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__12;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_nodeFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__15() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___elambda__1___closed__12() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__13;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__14;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__10;
|
||||
x_2 = l_Lean_Parser_Term_fun___elambda__1___closed__11;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_andthenFn), 4, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
|
|
@ -27368,7 +27310,7 @@ lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object*
|
|||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__2;
|
||||
x_4 = lean_ctor_get(x_3, 1);
|
||||
lean_inc(x_4);
|
||||
x_5 = l_Lean_Parser_Term_fun___elambda__1___closed__15;
|
||||
x_5 = l_Lean_Parser_Term_fun___elambda__1___closed__12;
|
||||
x_6 = 1;
|
||||
x_7 = l_Lean_Parser_orelseFnCore(x_4, x_5, x_6, x_1, x_2);
|
||||
return x_7;
|
||||
|
|
@ -27387,21 +27329,23 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__2() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5;
|
||||
x_1 = l_Lean_Parser_Term_basicFun;
|
||||
x_2 = lean_ctor_get(x_1, 0);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_epsilonInfo;
|
||||
x_4 = l_Lean_Parser_andthenInfo(x_3, x_2);
|
||||
return x_4;
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_4 = lean_ctor_get(x_3, 0);
|
||||
lean_inc(x_4);
|
||||
x_5 = l_Lean_Parser_orelseInfo(x_2, x_4);
|
||||
return x_5;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__3() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_epsilonInfo;
|
||||
x_2 = l_Lean_Parser_Term_basicFun___closed__7;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__1;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__2;
|
||||
x_3 = l_Lean_Parser_andthenInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
|
|
@ -27409,68 +27353,36 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__4() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_2 = lean_ctor_get(x_1, 0);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Term_fun___closed__3;
|
||||
x_4 = l_Lean_Parser_orelseInfo(x_3, x_2);
|
||||
return x_4;
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__3;
|
||||
x_3 = l_Lean_Parser_nodeInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__5() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__2;
|
||||
x_1 = l_Lean_Parser_epsilonInfo;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__4;
|
||||
x_3 = l_Lean_Parser_orelseInfo(x_1, x_2);
|
||||
x_3 = l_Lean_Parser_andthenInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__6() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__1;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__5;
|
||||
x_3 = l_Lean_Parser_andthenInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__7() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__6;
|
||||
x_3 = l_Lean_Parser_nodeInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__8() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_epsilonInfo;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__7;
|
||||
x_3 = l_Lean_Parser_andthenInfo(x_1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__9() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_Parser_Term_fun___elambda__1___closed__2;
|
||||
x_2 = lean_ctor_get(x_1, 0);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Term_fun___closed__8;
|
||||
x_3 = l_Lean_Parser_Term_fun___closed__5;
|
||||
x_4 = l_Lean_Parser_orelseInfo(x_2, x_3);
|
||||
return x_4;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__10() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__7() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
|
|
@ -27478,12 +27390,12 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Term_fun___elambda__1), 2, 0);
|
|||
return x_1;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__11() {
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun___closed__8() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__9;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__10;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__6;
|
||||
x_2 = l_Lean_Parser_Term_fun___closed__7;
|
||||
x_3 = lean_alloc_ctor(0, 2, 0);
|
||||
lean_ctor_set(x_3, 0, x_1);
|
||||
lean_ctor_set(x_3, 1, x_2);
|
||||
|
|
@ -27494,7 +27406,7 @@ static lean_object* _init_l_Lean_Parser_Term_fun() {
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__11;
|
||||
x_1 = l_Lean_Parser_Term_fun___closed__8;
|
||||
return x_1;
|
||||
}
|
||||
}
|
||||
|
|
@ -27701,9 +27613,12 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__3() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_checkInsideQuot_formatter___boxed), 4, 0);
|
||||
return x_1;
|
||||
uint8_t x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = 0;
|
||||
x_2 = lean_box(x_1);
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_formatter___boxed), 6, 1);
|
||||
lean_closure_set(x_3, 0, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__4() {
|
||||
|
|
@ -27718,9 +27633,9 @@ static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__5() {
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__3;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__4;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2);
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__4;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__3;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_orelse_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
|
|
@ -27729,77 +27644,22 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__6() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_checkOutsideQuot_formatter___boxed), 4, 0);
|
||||
return x_1;
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__2;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__5;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__7() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__6;
|
||||
x_2 = l_Lean_Parser_Term_basicFun_formatter___closed__4;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__8() {
|
||||
_start:
|
||||
{
|
||||
uint8_t x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = 0;
|
||||
x_2 = lean_box(x_1);
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_formatter___boxed), 6, 1);
|
||||
lean_closure_set(x_3, 0, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__9() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__8;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_orelse_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__10() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__5;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__9;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_orelse_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__11() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_formatter___closed__2;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__10;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_formatter___closed__12() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_2 = l_Lean_Parser_maxPrec;
|
||||
x_3 = l_Lean_Parser_Term_fun_formatter___closed__11;
|
||||
x_3 = l_Lean_Parser_Term_fun_formatter___closed__6;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_Parser_leadingNode_formatter___boxed), 8, 3);
|
||||
lean_closure_set(x_4, 0, x_1);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
|
|
@ -27812,7 +27672,7 @@ _start:
|
|||
{
|
||||
lean_object* x_6; lean_object* x_7; lean_object* x_8;
|
||||
x_6 = l_Lean_Parser_Term_fun_formatter___closed__1;
|
||||
x_7 = l_Lean_Parser_Term_fun_formatter___closed__12;
|
||||
x_7 = l_Lean_Parser_Term_fun_formatter___closed__7;
|
||||
x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x_4, x_5);
|
||||
return x_8;
|
||||
}
|
||||
|
|
@ -28026,9 +27886,12 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__3() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_checkInsideQuot_parenthesizer___boxed), 4, 0);
|
||||
return x_1;
|
||||
uint8_t x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = 0;
|
||||
x_2 = lean_box(x_1);
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_parenthesizer___boxed), 6, 1);
|
||||
lean_closure_set(x_3, 0, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__4() {
|
||||
|
|
@ -28043,9 +27906,9 @@ static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__5() {
|
|||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__4;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2);
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__4;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
|
|
@ -28054,77 +27917,22 @@ return x_3;
|
|||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__6() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1;
|
||||
x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_checkOutsideQuot_parenthesizer___boxed), 4, 0);
|
||||
return x_1;
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__2;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__5;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__7() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__6;
|
||||
x_2 = l_Lean_Parser_Term_basicFun_parenthesizer___closed__4;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__8() {
|
||||
_start:
|
||||
{
|
||||
uint8_t x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = 0;
|
||||
x_2 = lean_box(x_1);
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_parenthesizer___boxed), 6, 1);
|
||||
lean_closure_set(x_3, 0, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__9() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__7;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__8;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__10() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__5;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__9;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__11() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_fun_parenthesizer___closed__2;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__10;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
return x_3;
|
||||
}
|
||||
}
|
||||
static lean_object* _init_l_Lean_Parser_Term_fun_parenthesizer___closed__12() {
|
||||
_start:
|
||||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4;
|
||||
x_1 = l_Lean_myMacro____x40_Lean_Util_Trace___hyg_953____closed__7;
|
||||
x_2 = l_Lean_Parser_maxPrec;
|
||||
x_3 = l_Lean_Parser_Term_fun_parenthesizer___closed__11;
|
||||
x_3 = l_Lean_Parser_Term_fun_parenthesizer___closed__6;
|
||||
x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer___boxed), 8, 3);
|
||||
lean_closure_set(x_4, 0, x_1);
|
||||
lean_closure_set(x_4, 1, x_2);
|
||||
|
|
@ -28137,7 +27945,7 @@ _start:
|
|||
{
|
||||
lean_object* x_6; lean_object* x_7; lean_object* x_8;
|
||||
x_6 = l_Lean_Parser_Term_fun_parenthesizer___closed__1;
|
||||
x_7 = l_Lean_Parser_Term_fun_parenthesizer___closed__12;
|
||||
x_7 = l_Lean_Parser_Term_fun_parenthesizer___closed__7;
|
||||
x_8 = l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5);
|
||||
return x_8;
|
||||
}
|
||||
|
|
@ -30645,7 +30453,7 @@ lean_object* l_Lean_Parser_Term_letEqnsDecl___elambda__1(lean_object* x_1, lean_
|
|||
_start:
|
||||
{
|
||||
lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8;
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_4 = lean_ctor_get(x_3, 1);
|
||||
lean_inc(x_4);
|
||||
x_5 = lean_ctor_get(x_2, 0);
|
||||
|
|
@ -30683,7 +30491,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj
|
|||
x_1 = l_Lean_Parser_Term_letIdLhs;
|
||||
x_2 = lean_ctor_get(x_1, 0);
|
||||
lean_inc(x_2);
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__9;
|
||||
x_3 = l_Lean_Parser_Term_fun___elambda__1___closed__7;
|
||||
x_4 = lean_ctor_get(x_3, 0);
|
||||
lean_inc(x_4);
|
||||
x_5 = l_Lean_Parser_andthenInfo(x_2, x_4);
|
||||
|
|
@ -31423,7 +31231,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_letIdDecl_formatter___closed__1;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__8;
|
||||
x_2 = l_Lean_Parser_Term_fun_formatter___closed__3;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
|
|
@ -31822,7 +31630,7 @@ _start:
|
|||
{
|
||||
lean_object* x_1; lean_object* x_2; lean_object* x_3;
|
||||
x_1 = l_Lean_Parser_Term_letIdDecl_parenthesizer___closed__1;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__8;
|
||||
x_2 = l_Lean_Parser_Term_fun_parenthesizer___closed__3;
|
||||
x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2);
|
||||
lean_closure_set(x_3, 0, x_1);
|
||||
lean_closure_set(x_3, 1, x_2);
|
||||
|
|
@ -57921,12 +57729,6 @@ l_Lean_Parser_Term_fun___elambda__1___closed__11 = _init_l_Lean_Parser_Term_fun_
|
|||
lean_mark_persistent(l_Lean_Parser_Term_fun___elambda__1___closed__11);
|
||||
l_Lean_Parser_Term_fun___elambda__1___closed__12 = _init_l_Lean_Parser_Term_fun___elambda__1___closed__12();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___elambda__1___closed__12);
|
||||
l_Lean_Parser_Term_fun___elambda__1___closed__13 = _init_l_Lean_Parser_Term_fun___elambda__1___closed__13();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___elambda__1___closed__13);
|
||||
l_Lean_Parser_Term_fun___elambda__1___closed__14 = _init_l_Lean_Parser_Term_fun___elambda__1___closed__14();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___elambda__1___closed__14);
|
||||
l_Lean_Parser_Term_fun___elambda__1___closed__15 = _init_l_Lean_Parser_Term_fun___elambda__1___closed__15();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___elambda__1___closed__15);
|
||||
l_Lean_Parser_Term_fun___closed__1 = _init_l_Lean_Parser_Term_fun___closed__1();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__1);
|
||||
l_Lean_Parser_Term_fun___closed__2 = _init_l_Lean_Parser_Term_fun___closed__2();
|
||||
|
|
@ -57943,12 +57745,6 @@ l_Lean_Parser_Term_fun___closed__7 = _init_l_Lean_Parser_Term_fun___closed__7();
|
|||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__7);
|
||||
l_Lean_Parser_Term_fun___closed__8 = _init_l_Lean_Parser_Term_fun___closed__8();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__8);
|
||||
l_Lean_Parser_Term_fun___closed__9 = _init_l_Lean_Parser_Term_fun___closed__9();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__9);
|
||||
l_Lean_Parser_Term_fun___closed__10 = _init_l_Lean_Parser_Term_fun___closed__10();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__10);
|
||||
l_Lean_Parser_Term_fun___closed__11 = _init_l_Lean_Parser_Term_fun___closed__11();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun___closed__11);
|
||||
l_Lean_Parser_Term_fun = _init_l_Lean_Parser_Term_fun();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun);
|
||||
res = l___regBuiltinParser_Lean_Parser_Term_fun(lean_io_mk_world());
|
||||
|
|
@ -57992,16 +57788,6 @@ l_Lean_Parser_Term_fun_formatter___closed__6 = _init_l_Lean_Parser_Term_fun_form
|
|||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__6);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__7 = _init_l_Lean_Parser_Term_fun_formatter___closed__7();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__7);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__8 = _init_l_Lean_Parser_Term_fun_formatter___closed__8();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__8);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__9 = _init_l_Lean_Parser_Term_fun_formatter___closed__9();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__9);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__10 = _init_l_Lean_Parser_Term_fun_formatter___closed__10();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__10);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__11 = _init_l_Lean_Parser_Term_fun_formatter___closed__11();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__11);
|
||||
l_Lean_Parser_Term_fun_formatter___closed__12 = _init_l_Lean_Parser_Term_fun_formatter___closed__12();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_formatter___closed__12);
|
||||
l___regBuiltin_Lean_Parser_Term_fun_formatter___closed__1 = _init_l___regBuiltin_Lean_Parser_Term_fun_formatter___closed__1();
|
||||
lean_mark_persistent(l___regBuiltin_Lean_Parser_Term_fun_formatter___closed__1);
|
||||
res = l___regBuiltin_Lean_Parser_Term_fun_formatter(lean_io_mk_world());
|
||||
|
|
@ -58045,16 +57831,6 @@ l_Lean_Parser_Term_fun_parenthesizer___closed__6 = _init_l_Lean_Parser_Term_fun_
|
|||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__6);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__7 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__7();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__7);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__8 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__8();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__8);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__9 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__9();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__9);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__10 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__10();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__10);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__11 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__11();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__11);
|
||||
l_Lean_Parser_Term_fun_parenthesizer___closed__12 = _init_l_Lean_Parser_Term_fun_parenthesizer___closed__12();
|
||||
lean_mark_persistent(l_Lean_Parser_Term_fun_parenthesizer___closed__12);
|
||||
l___regBuiltin_Lean_Parser_Term_fun_parenthesizer___closed__1 = _init_l___regBuiltin_Lean_Parser_Term_fun_parenthesizer___closed__1();
|
||||
lean_mark_persistent(l___regBuiltin_Lean_Parser_Term_fun_parenthesizer___closed__1);
|
||||
res = l___regBuiltin_Lean_Parser_Term_fun_parenthesizer(lean_io_mk_world());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue