@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Instances For
- blocks : Array (Array PinnedBinder)
- statement : Lean.Expr
Instances For
@[implicit_reducible]
def
GeneralizationLinter.universeGeneralizationsBlocks?
(const : Lean.ConstantInfo)
(declSig bodyStx : Lean.Syntax)
(blocks : Array (Array PinnedBinder))
(wrappers : Array Lean.Syntax := #[])
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
GeneralizationLinter.universeGeneralizations?
(const : Lean.ConstantInfo)
(declSig bodyStx : Lean.Syntax)
(bs : Array PinnedBinder)
(wrappers : Array Lean.Syntax := #[])
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
GeneralizationLinter.universeGeneralization?
(const : Lean.ConstantInfo)
(declSig bodyStx : Lean.Syntax)
(b : PinnedBinder)
(wrappers : Array Lean.Syntax := #[])
:
Equations
- GeneralizationLinter.universeGeneralization? const declSig bodyStx b wrappers = GeneralizationLinter.universeGeneralizations? const declSig bodyStx #[b] wrappers