lean2/tests/lean/apply_fail.lean
2015-02-16 18:42:15 -08:00

4 lines
59 B
Text

example (a b : Prop) : a ∧ b :=
begin
apply or.inr
end