lean4-htt/tests/lean/run/repeatConv.lean
2021-10-06 14:05:44 -07:00

5 lines
118 B
Text

example : (fun x y => (0 + x) + (0 + y)) = Nat.add := by
conv =>
lhs
intro x y
repeat rw [Nat.zero_add]