summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3794.v
blob: 99ca6cb39db49a9fa931d1e36cdf278019988230 (plain)
1
2
3
4
5
6
7
Hint Extern 10 ((?X = ?Y) -> False) => intros; discriminate.
Hint Unfold not : core.

Goal true<>false.
Set Typeclasses Debug.
Fail typeclasses eauto with core.
Abort.