summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3417.v
blob: 9d7c6f013d32b7415e865a9d59820050539ff74d (plain)
1
2
3
4
5
6
7
Require Setoid.

Goal forall {T}(a b : T), b=a -> {c | c=b}.
Proof.
intros T a b H.
try setoid_rewrite H.
Abort.