Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.CtorNames.toInductionAltLHS
(cn : Aesop.CtorNames)
:
Lean.TSyntax `Lean.Parser.Tactic.inductionAltLHS
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.CtorNames.toInductionAlt
(cn : Aesop.CtorNames)
(tacticSeq : Array Lean.Syntax.Tactic)
:
Lean.TSyntax `Lean.Parser.Tactic.inductionAlt
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Equations
- Aesop.CtorNames.mkFreshArgNames lctx cn = match Aesop.getUnusedNames lctx cn.args with | (args, lctx) => ({ ctor := cn.ctor, args := args, hasImplicitArg := cn.hasImplicitArg }, lctx)
Instances For
def
Aesop.ctorNamesToRCasesPats
(cns : Array Aesop.CtorNames)
:
Lean.TSyntax `Lean.Parser.Tactic.rcasesPatMed
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.ctorNamesToInductionAlts
(cns : Array (Aesop.CtorNames × Array Lean.Syntax.Tactic))
:
Lean.TSyntax `Lean.Parser.Tactic.inductionAlts
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.