summaryrefslogtreecommitdiff
path: root/test-suite/failure/Reordering.v
blob: 7b36d1c35c9b33f9caeb0e2fe7e15d774cc3289b (plain)
1
2
3
4
5
(* Testing that hypothesis order (following a conversion/folding) is checked *)

Goal forall (A:Set) (x:A) (A':=A), True.
intros.
change ((fun (_:A') => Set) x) in (type of A).