]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Num/EqAxioms.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / EqAxioms.mma
diff --git a/helm/software/matita/contribs/procedural/Coq/Num/EqAxioms.mma b/helm/software/matita/contribs/procedural/Coq/Num/EqAxioms.mma
new file mode 100644 (file)
index 0000000..d7916e4
--- /dev/null
@@ -0,0 +1,70 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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: EqAxioms.v,v 1.3 2002/02/14 14:39:02 filliatr Exp $ i*)
+
+(*#* Axioms for equality *)
+
+include "Num/Params.ma".
+
+include "Num/EqParams.ma".
+
+include "Num/NSyntax.ma".
+
+(*#* Basic Axioms for [eq] *)
+
+inline procedural "cic:/Coq/Num/EqAxioms/eq_refl.con".
+
+inline procedural "cic:/Coq/Num/EqAxioms/eq_sym.con".
+
+inline procedural "cic:/Coq/Num/EqAxioms/eq_trans.con".
+
+(*#* Axioms for [eq] and [add] *)
+
+inline procedural "cic:/Coq/Num/EqAxioms/add_eq_compat.con".
+
+(*#* Axioms for [eq] and [S] *)
+
+inline procedural "cic:/Coq/Num/EqAxioms/S_eq_compat.con".
+
+(*#* Axioms for [eq] and [<] *)
+
+inline procedural "cic:/Coq/Num/EqAxioms/lt_eq_compat.con".
+
+(* UNEXPORTED
+Hints Resolve eq_refl eq_trans add_eq_compat S_eq_compat lt_eq_compat : num.
+*)
+
+(* UNEXPORTED
+Hints Immediate eq_sym : num.
+*)
+