This commit addresses any issue described at https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Eq.2Endrec.20vs.20Eq.2Erec
6 lines
123 B
Text
6 lines
123 B
Text
theorem ex {i j : Fin n} (h : i = j) : i.val = j.val :=
|
|
h ▸ rfl
|
|
|
|
attribute [-appUnexpander] unexpandEqNDRec
|
|
|
|
#print ex
|