Commit 2023-09-16 07:01 45b31dda
View on Github →chore: replace Fin.castIso and Fin.revPerm with Fin.cast and Fin.rev for the bump of Std (#5847)
Some theorems in Data.Fin.Basic are copied to Std at the recent commit in Std.
These are written using Fin.cast and Fin.rev, so declarations using Fin.castIso and Fin.revPerm in Mathlib should be rewritten.