This PR removes the prime from `Fin.ofNat'`: the old `Fin.ofNat` has completed its 6 month deprecation cycle and is being removed.
5 lines
136 B
Text
5 lines
136 B
Text
example : (0 : Nat) = Nat.zero := by
|
|
simp only [OfNat.ofNat]
|
|
|
|
example : (0 : Fin 9) = (Fin.ofNat _ 0) := by
|
|
simp only [OfNat.ofNat]
|