Documentation

Aesop.Script.CtorNames

Equations
  • One or more equations did not get rendered due to their size.
def Aesop.CtorNames.toInductionAltLHS (cn : CtorNames) :
Lean.TSyntax `Lean.Parser.Tactic.inductionAltLHS
Equations
  • One or more equations did not get rendered due to their size.
def Aesop.CtorNames.toInductionAlt (cn : 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.
Equations
  • cn.toAltVarNames = { explicit := true, varNames := cn.args.toList }
Equations
def Aesop.ctorNamesToRCasesPats (cns : Array CtorNames) :
Lean.TSyntax `Lean.Parser.Tactic.rcasesPatMed
Equations
  • One or more equations did not get rendered due to their size.
def Aesop.ctorNamesToInductionAlts (cns : Array (CtorNames × Array Lean.Syntax.Tactic)) :
Lean.TSyntax `Lean.Parser.Tactic.inductionAlts
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.