4 lines
75 B
Text
4 lines
75 B
Text
lemma notc : exists b, b = false :=
|
|
begin
|
|
existsi 0, -- ERROR here
|
|
end
|