summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5095.v
blob: b6f38e3e8401d359f46291f024e04187394df11d (plain)
1
2
3
4
5
(* Checking let-in abstraction *)
Goal let x := Set in let y := x in True.
  intros x y.
  (* There used to have a too strict dependency test there *)
  set (s := Set) in (value of x).