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

6 lines
80 B
Text

exit
example (a b : Prop) : a → b → a ∧ b :=
begin
intros,
splits
end