summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3477.v
blob: e94148647214a4c7c4917892e5d50aa714af7657 (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'))).