]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Num/LeAxioms.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / LeAxioms.mma
diff --git a/helm/software/matita/contribs/procedural/Coq/Num/LeAxioms.mma b/helm/software/matita/contribs/procedural/Coq/Num/LeAxioms.mma
new file mode 100644 (file)
index 0000000..04c8eb9
--- /dev/null
@@ -0,0 +1,52 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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___,, *        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: LeAxioms.v,v 1.3 2002/02/14 14:39:02 filliatr Exp $ i*)
+
+include "Num/Axioms.ma".
+
+include "Num/LtProps.ma".
+
+(*#* Axiomatizing [<=] from [<] *)
+
+inline procedural "cic:/Coq/Num/LeAxioms/lt_or_eq_le.con".
+
+inline procedural "cic:/Coq/Num/LeAxioms/le_lt_or_eq.con".
+
+(* UNEXPORTED
+Hints Resolve lt_or_eq_le : num.
+*)
+
+(* UNEXPORTED
+Hints Immediate le_lt_or_eq : num.
+*)
+