lean4-htt/tests/lean/1062.lean
Leonardo de Moura 9d32d7bcf5 test: for issue #1062
closes #1062
2022-03-22 14:14:28 -07:00

11 lines
315 B
Text

example : if x = 0 then y + x = y else x ≠ 0 := by
simp (config := { contextual := true })
example : if x = 0 then y + x = y else x ≠ 0 := by
split
simp_all
simp_all
example : if x = 0 then y + x = y else x ≠ 0 := by
simp (config := { contextual := true })
split -- Error: no goals to be solved