Commit 2024-04-07 02:48 a7ffab83
View on Github →chore(Data/Int/Cast): fix confusion between OfNat and Nat.cast lemmas (#11861)
This renames
Int.cast_ofNattoInt.cast_natCastInt.int_cast_ofNattoInt.cast_ofNatI think the history here is that this lemma was previously aboutInt.ofNat, before we globally fixed the simp-normal form to beNat.cast. Since theInt.cast_ofNatname is repurposed, it can't be deprecated.Int.int_cast_ofNatis such a wonky name that it was probably never used.