aboutsummaryrefslogtreecommitdiff
path: root/theories/Logic/Elimdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Logic/Elimdep.v')
-rw-r--r--theories/Logic/Elimdep.v15
1 files changed, 0 insertions, 15 deletions
diff --git a/theories/Logic/Elimdep.v b/theories/Logic/Elimdep.v
deleted file mode 100644
index 98f76fd44c..0000000000
--- a/theories/Logic/Elimdep.v
+++ /dev/null
@@ -1,15 +0,0 @@
-(***********************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
-(* \VV/ *************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(***********************************************************************)
-
-(*i $Id$ i*)
-
-(** Dependent elimination of some logical notions. *)
-
-Scheme eq_indd := Induction for eq Sort Prop.
-Scheme eqT_indd := Induction for eqT Sort Prop.
-Scheme or_indd := Induction for or Sort Prop.