aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_5095.v
blob: b8d97f0eb212da14dd179a03614189485a0932b7 (plain)
1
2
3
4
5
6
(* 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).
Abort.