3 lines
83 B
Text
3 lines
83 B
Text
example (f : α → α) (a b : α) (h : HEq a b) : f a = f b := by
|
||
subst h
|
||
rfl
|