lean4-htt/tests/lean/run/788.lean
Kim Morrison c6194e05b8
chore: remove prime from Fin.ofNat' (#8515)
This PR removes the prime from `Fin.ofNat'`: the old `Fin.ofNat` has
completed its 6 month deprecation cycle and is being removed.
2025-05-28 11:51:00 +00:00

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]