aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_10533.v
blob: e72957bdeea944d8fbde120d531230eb1edb7e2d (plain)
1
2
3
4
5
6
7
8
Require Import Eqdep Setoid.
Goal forall (t : unit) (pf : tt = t),
  if (match pf with eq_refl => false end) then True else False.
Proof.
  intros.
  try setoid_rewrite <-Eqdep.Eq_rect_eq.eq_rect_eq.
Abort.