Commit 2024-06-01 12:34 8a34ed01
View on Github →refactor: Use FunLike
on ProbabilityMeasure
(#13171)
... instead of CoeFun
. This ensures ⇑μ
doesn't get unfolded to fun s ↦ (μ s).toNNReal
, which is bad for both readability in the infoview and indexing in simp (see #13164 for the latter).