summaryrefslogtreecommitdiff
path: root/test-suite/success/Generalize.v
blob: 0dc73991531b8e98bffb973dc5610f0e87f45d9f (plain)
1
2
3
4
5
6
7
(* Check Generalize Dependent *)

Lemma l1 : [a:=O;b:=a](c:b=b;d:(True->b=b))d=d.
Intros.
Generalize Dependent a.
Intros a b c d.
Abort.