Equations
Instances For
def
Lean.Elab.Tactic.Conv.congr
(mvarId : Lean.MVarId)
(addImplicitArgs : optParam Bool false)
(nameSubgoals : optParam Bool true)
:
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
Implementation of arg 0
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Tactic.Conv.congrArgForall
(tacticName : String)
(domain : Bool)
(mvarId : Lean.MVarId)
(lhs : Lean.Expr)
(rhs : Lean.Expr)
:
Implements arg
for foralls. If domain
is true, accesses the domain, otherwise accesses the codomain.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Tactic.Conv.congrArgN
(tacticName : String)
(mvarId : Lean.MVarId)
(i : Int)
(explicit : Bool)
:
Implementation of arg i
.
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
- Lean.Elab.Tactic.Conv.evalLhs x = Lean.Elab.Tactic.Conv.evalArg "lhs" (-2) false
Instances For
Equations
- Lean.Elab.Tactic.Conv.evalRhs x = Lean.Elab.Tactic.Conv.evalArg "rhs" (-1) false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Tactic.Conv.extLetBodyCongr?
(mvarId : Lean.MVarId)
(lhs : Lean.Expr)
(rhs : Lean.Expr)
:
Equations
- One or more equations did not get rendered due to their size.
- Lean.Elab.Tactic.Conv.extLetBodyCongr? mvarId lhs rhs = pure none
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.