-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove obsolete porting note about Finset.castSucc (#18929)
Removes a comment in `Data.Fin.Tuple.Basic` that says > Porting note: `i.castSucc` does not work like it did in Lean 3 and rewrites all instances of `(castSucc i)` in that file to `i.castSucc`. The comment was included when that file was first ported in a43b3f1. Currently, however, there does not seem to be any issue with writing `i.castSucc` as was done [in mathlib3](https://github.com/leanprover-community/mathlib3/blob/65a1391a0106c9204fe45bc73a039f056558cb83/src/data/fin/tuple/basic.lean#L382-L383).
- Loading branch information
1 parent
5ba4267
commit 93651e9
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters