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

3 lines
76 B
Text

theorem ex {a : Prop} (H : ¬a) : a ↔ false :=
iff.intro H (false.rec a)