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_ofNat
toInt.cast_natCast
Int.int_cast_ofNat
toInt.cast_ofNat
I 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_ofNat
name is repurposed, it can't be deprecated.Int.int_cast_ofNat
is such a wonky name that it was probably never used.