Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- mkCongr' x₁ f₂ p1 p2 = do let __do_lift ← mkCongrFun' p1 x₁ let __do_lift_1 ← mkCongrArg' f₂ p2 mkEqTrans' __do_lift __do_lift_1
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[irreducible]
Equations
- One or more equations did not get rendered due to their size.
- mkFunExt' p = do let y ← pure PUnit.unit (fun (y : PUnit) => Lean.Meta.mkFunExt p) y
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- mkEqNDRec' motive h1 h2 = do let __do_lift ← mkEqSymm' h2 let __do_lift ← Lean.Meta.mkCongrArg motive __do_lift mkEqMPR' __do_lift h1
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
getCalcSteps
(proof : Lean.Expr)
(acc : Array (Lean.TSyntax `Lean.calcStep))
:
Lean.MetaM (Array (Lean.TSyntax `Lean.calcStep))
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- calcifyTac = Lean.ParserDescr.node `calcifyTac 1022 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.nonReservedSymbol "calcify " false) (Lean.ParserDescr.const `tacticSeq))