lean4-htt/old_tests/tests/lean/crash.lean
2018-04-10 12:56:55 -07:00

11 lines
143 B
Text

--
section
parameter P : Prop.
definition crash
:= assume H : P,
have H' : ¬ P,
from H,
_.
end