lean4-htt/tests/lean/run/new_elab2.lean
2016-09-13 14:17:08 -07:00

4 lines
107 B
Text

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