lean2/tests/lean/run/crash.lean
Leonardo de Moura e7c7d5718a fix(frontends/lean/pp): fix bug in the pretty printer
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-25 08:30:30 -07:00

11 lines
148 B
Text

import logic
section
hypothesis P : Prop.
theorem crash
:= assume H : P,
have H' : ¬ P,
from H,
_.