lean4-htt/tests/lean/apply_fail.lean
2016-06-10 18:29:41 -07:00

5 lines
64 B
Text

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