def
Lean.Meta.subCounters
{α : Type u_1}
[BEq α]
[Hashable α]
(newCounters : Lean.PHashMap α Nat)
(oldCounters : Lean.PHashMap α Nat)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Meta.instInhabitedDiagSummary = { default := { data := default, max := default } }
Equations
- s.isEmpty = s.data.isEmpty
Instances For
def
Lean.Meta.mkDiagSummary
(cls : Lake.Name)
(counters : Lean.PHashMap Lake.Name Nat)
(p : optParam (Lake.Name → Bool) fun (x : Lake.Name) => true)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.mkDiagSummaryForUnfolded
(counters : Lean.PHashMap Lake.Name Nat)
(instances : optParam Bool false)
:
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.Meta.mkDiagSummaryForUsedInstances = do let __do_lift ← get Lean.Meta.mkDiagSummary `type_class __do_lift.diag.instanceCounter
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.appendSection
(m : Lean.MessageData)
(cls : Lake.Name)
(header : String)
(s : Lean.Meta.DiagSummary)
(resultSummary : optParam Bool true)
:
We use below that this returns m
unchanged if s.isEmpty
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.