lean4-htt/tests/lean/keyAttrErase.lean
2022-10-19 09:28:08 -07:00

6 lines
124 B
Text

theorem ex {i j : Fin n} (h : i = j) : i.val = j.val :=
h ▸ rfl
attribute [-app_unexpander] unexpandEqNDRec
#print ex