summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3477.v
blob: 3ed63604ea3d143fed0d5df61c66700f26d55e30 (plain)
1
2
3
4
5
6
7
8
9
Set Primitive Projections.
Set Implicit Arguments.
Record prod A B := pair { fst : A ; snd : B }.
Goal forall A B : Set, True.
Proof.
  intros A B.
  evar (a : prod A B); evar (f : (prod A B -> Set)).
  let a' := (eval unfold a in a) in
  set(foo:=eq_refl : a' = (@pair _ _ (fst a') (snd a'))).