lean4-htt/tests/lean/run/2615.lean
Leonardo de Moura 794228a982
refactor: Offset.lean and related files (#3614)
Motivation: avoid the unfold and check idiom.
This commit also minimize dependencies at `Offset.lean`.

closes #2615
2024-03-05 19:40:15 -08:00

7 lines
224 B
Text

-- `simp_arith` does not support `Int` yet.
-- But, the weird error message at #2615 is not generated anymore
/--
error: simp made no progress
-/
#guard_msgs (error) in
theorem huh (x : Int) : x + 1 = 1 + x := by simp_arith