aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/destruct.v
blob: f09863d9d622b39d30e063ca49abd40e3c48ddaa (plain)
1
2
3
4
5
6
7
8
9
(* Simplification of bug 711 *)

Parameter f:true=false.
Goal let p=f in True.
Intro p.
LetTac b:=true.
(* Check that it doesn't fail with an anomaly *)
(* Ultimately, adapt destruct to make it succeeding *)
Try NewDestruct b.