Commit 2025-03-05 21:20 fcbc2603
View on Github →chore(MeasureTheory): rename pi family from π to X (#22604) Only in files that mentioned such a family, via a script:
git grep -e "π : . → Type" --name-only | rg "Measure" | xargs -I{} sed -i -e 's/π/X/g' {}