lean4-htt/tests/lean/run/new_elab2.lean
2016-09-20 08:32:37 -07:00

3 lines
76 B
Text

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