From 266aea59645ede8fc12ff60ce077504e1f29624c Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 9 Apr 2014 14:02:15 +0200 Subject: Keep track of universes on coercion applications even if they're not polymorphic (fixes bug #3043). --- test-suite/bugs/closed/3043.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3043.v b/test-suite/bugs/closed/3043.v index 70c93ab1f3..1be5056f94 100644 --- a/test-suite/bugs/closed/3043.v +++ b/test-suite/bugs/closed/3043.v @@ -1,4 +1,4 @@ -Goal (fun A (P : A -> Prop) - (X : sigT P) => proj1_sig (sig_of_sigT X)) = (fun A (P : A -> Prop) (X : sigT P) => projT1 X). +Goal (fun A (P : A -> Prop) (X : sigT P) => proj1_sig X) = + (fun A (P : A -> Prop) (X : sigT P) => projT1 X). reflexivity. Qed. -- cgit v1.2.3