def
Lean.Elab.Tactic.rewriteTarget
(stx : Syntax)
(symm : Bool)
(config : Meta.Rewrite.Config := { })
:
Equations
- One or more equations did not get rendered due to their size.
def
Lean.Elab.Tactic.rewriteLocalDecl
(stx : Syntax)
(symm : Bool)
(fvarId : FVarId)
(config : Meta.Rewrite.Config := { })
:
Equations
- One or more equations did not get rendered due to their size.
def
Lean.Elab.Tactic.withRWRulesSeq.go
(x : Bool → Syntax → TacticM Unit)
(symm : Bool)
(id : Syntax)
(declName : Name)
(hint : MessageData)
:
Equations
- One or more equations did not get rendered due to their size.
- Lean.Elab.Tactic.withRWRulesSeq.go x symm id declName hint (eqThm :: eqThms) = (x symm (Lean.mkCIdentFrom id eqThm).raw <|> Lean.Elab.Tactic.withRWRulesSeq.go x symm id declName hint eqThms)
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.