lean2/tests/lean/tactic_error_msg.lean

6 lines
75 B
Text
Raw Permalink Normal View History

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