Equations
- Lean.Elab.Deriving.DecEq.mkDecEqHeader indVal = Lean.Elab.Deriving.mkHeader `DecidableEq 2 indVal
Instances For
def
Lean.Elab.Deriving.DecEq.mkMatch
(ctx : Lean.Elab.Deriving.Context)
(header : Lean.Elab.Deriving.Header)
(indVal : Lean.InductiveVal)
:
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
def
Lean.Elab.Deriving.DecEq.mkMatch.mkAlts
(ctx : Lean.Elab.Deriving.Context)
(indVal : Lean.InductiveVal)
:
Lean.Elab.TermElabM (Array (Lean.TSyntax `Lean.Parser.Term.matchAlt))
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Deriving.DecEq.mkAuxFunction
(ctx : Lean.Elab.Deriving.Context)
(auxFunName : Lake.Name)
(indVal : Lean.InductiveVal)
:
Lean.Elab.TermElabM (Lean.TSyntax `command)
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Deriving.DecEq.mkAuxFunctions
(ctx : Lean.Elab.Deriving.Context)
:
Lean.Elab.TermElabM (Lean.TSyntax `command)
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
- Lean.Elab.Deriving.DecEq.mkDecEqInstanceHandler declNames = Array.foldlM (fun (b : Bool) (n : Lake.Name) => pure b <&&> Lean.Elab.Deriving.DecEq.mkDecEqInstance n) true declNames