Commit 2024-11-12 20:13 66f0c7ed
View on Github →chore: remove obsolete porting note about Finset.castSucc (#18929)
Removes a comment in Data.Fin.Tuple.Basic that says
Porting note:
i.castSuccdoes not work like it did in Lean 3 and rewrites all instances of(castSucc i)in that file toi.castSucc. The comment was included when that file was first ported in a43b3f18decdb5808a2dfc1d09cb17a88657d115. Currently, however, there does not seem to be any issue with writingi.castSuccas was done in mathlib3.