lean4-htt/tests/lean/traceStateBactracking.lean
2022-02-28 11:16:42 -08:00

5 lines
166 B
Text

example (h : 0 = 1) : False := by
first | trace_state; fail | contradiction
example (h : 0 = 1) : False := by
first | trace "first branch"; fail | contradiction