From 42bb029c878666a7a897ff615acdc60e7f67dd06 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 24 Oct 2012 19:07:13 +0000 Subject: Removed a few calls to "Opaque" in Logic.v ineffective since at least V7.1. Thanks to Assia for reporting. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15929 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Logic.v | 3 --- 1 file changed, 3 deletions(-) (limited to 'theories') diff --git a/theories/Init/Logic.v b/theories/Init/Logic.v index 4bed42a0b..17d712246 100644 --- a/theories/Init/Logic.v +++ b/theories/Init/Logic.v @@ -318,19 +318,16 @@ Section Logic_lemmas. Proof. destruct 1; trivial. Defined. - Opaque eq_sym. Theorem eq_trans : x = y -> y = z -> x = z. Proof. destruct 2; trivial. Defined. - Opaque eq_trans. Theorem f_equal : x = y -> f x = f y. Proof. destruct 1; trivial. Defined. - Opaque f_equal. Theorem not_eq_sym : x <> y -> y <> x. Proof. -- cgit v1.2.3