lean4-htt/tests/lean/1598.lean
2017-05-25 09:57:15 -07:00

4 lines
75 B
Text

lemma notc : exists b, b = false :=
begin
existsi 0, -- ERROR here
end