]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/contribs/procedural/Coq/Arith/Peano_dec.mma
fork for Matita version B
[helm.git] / matitaB / matita / contribs / procedural / Coq / Arith / Peano_dec.mma
diff --git a/matitaB/matita/contribs/procedural/Coq/Arith/Peano_dec.mma b/matitaB/matita/contribs/procedural/Coq/Arith/Peano_dec.mma
new file mode 100644 (file)
index 0000000..be4b350
--- /dev/null
@@ -0,0 +1,54 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+(* This file was automatically generated: do not edit *********************)
+
+include "Coq.ma".
+
+(*#***********************************************************************)
+
+(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
+
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+
+(*   \VV/  **************************************************************)
+
+(*    //   *      This file is distributed under the terms of the       *)
+
+(*         *       GNU Lesser General Public License Version 2.1        *)
+
+(*#***********************************************************************)
+
+(*i $Id: Peano_dec.v,v 1.10.2.1 2004/07/16 19:31:00 herbelin Exp $ i*)
+
+include "Logic/Decidable.ma".
+
+(* UNEXPORTED
+Open Local Scope nat_scope.
+*)
+
+(* UNEXPORTED
+Implicit Types m n x y : nat.
+*)
+
+inline procedural "cic:/Coq/Arith/Peano_dec/O_or_S.con" as theorem.
+
+inline procedural "cic:/Coq/Arith/Peano_dec/eq_nat_dec.con" as theorem.
+
+(* UNEXPORTED
+Hint Resolve O_or_S eq_nat_dec: arith.
+*)
+
+inline procedural "cic:/Coq/Arith/Peano_dec/dec_eq_nat.con" as theorem.
+