lean4-htt/tests/lean/unfoldFailure.lean
2022-05-09 06:41:17 -07:00

5 lines
98 B
Text

example : True := by
unfold Nat.add
example (h : x = 2 * y) : True := by
unfold Nat.add at h