Commit 2025-01-07 09:21 1a9143ba
View on Github →chore(*): replace no_index (ofNat n)
with ofNat(n)
everywhere (#20521)
This PR was made by searching for no_index.*ofNat
and replacing all of the relevant occurrences with ofNat(n)
. This is a rather naïve approach, but at least puts everything back in the same notation for easier applying and reviewing of later fixes.