5 lines
166 B
Text
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
|