summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4214.v
blob: d684e8cf4b77078061eda742722595f4547d23d8 (plain)
1
2
3
4
5
6
(* Check that subst uses all equations around *)
Goal forall A (a b c : A), b = a -> b = c -> a = c.
intros.
subst.
reflexivity.
Qed.