summaryrefslogtreecommitdiff
path: root/test-suite/success/Decompose.v
blob: 21a3ab5d11a9432f798db7afcd4671681ce205dc (plain)
1
2
3
4
5
6
7
(* This was a Decompose bug reported by Randy Pollack (29 Mar 2000) *)

Goal (O=O/\((x:nat)(x=x)->(x=x)/\((y:nat)y=y->y=y)))-> True.
Intro H.
Decompose [and] H. (* Was failing *)

Abort.