summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4462.v
blob: c680518c6a14e8f259846d8f360f4e71f76e80d4 (plain)
1
2
3
4
5
6
7
Variables P Q : Prop.
Axiom pqrw : P <-> Q.

Require Setoid.

Goal P -> Q.
unshelve (rewrite pqrw).