From 3cdc453f51a574f43bc0481e8a0934ad3ea44b70 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 11 Mar 2015 16:05:02 +0100 Subject: Fix regression in HoTT_coq_014.v Admitted was not using the partial proof to infer discharged variables. Now it does. The fix makes no sense, but restore the old behavior. --- test-suite/bugs/closed/HoTT_coq_014.v | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/bugs/closed/HoTT_coq_014.v b/test-suite/bugs/closed/HoTT_coq_014.v index d00a707bd..ae3e50d7e 100644 --- a/test-suite/bugs/closed/HoTT_coq_014.v +++ b/test-suite/bugs/closed/HoTT_coq_014.v @@ -122,6 +122,7 @@ Section GraphObj. Definition GraphIndex_Compose s d d' (m1 : GraphIndex_Morphism d d') (m2 : GraphIndex_Morphism s d) : GraphIndex_Morphism s d'. + Proof using. (* This makes no sense, but it makes this test behave as before the no admit commit *) Admitted. Definition GraphIndexingCategory : @SpecializedCategory GraphIndex. -- cgit v1.2.3