summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3070.v
blob: 7a8feca587c254dd3d6dae2dc0aed3265104df24 (plain)
1
2
3
4
5
6
(* Testing subst wrt chains of dependencies *)

Lemma foo (a1 a2 : Set) (b1 : a1 -> Prop)
      (Ha : a1 = a2) (c : a1) (d : b1 c) : True.
Proof.
  subst.