]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Num/Definitions.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / Definitions.mma
diff --git a/helm/software/matita/contribs/procedural/Coq/Num/Definitions.mma b/helm/software/matita/contribs/procedural/Coq/Num/Definitions.mma
new file mode 100644 (file)
index 0000000..f067417
--- /dev/null
@@ -0,0 +1,66 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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: Definitions.v,v 1.3 2002/02/14 14:39:02 filliatr Exp $ i*)
+
+(*#* Axiomatisation of a numerical set 
+
+  It will be instantiated by Z and R later on
+  We choose to introduce many operation to allow flexibility in definition 
+  ([S] is primitive in the definition of [nat] while [add] and [one] 
+   are primitive in the definition 
+*)
+
+inline procedural "cic:/Coq/Num/Definitions/N.con".
+
+inline procedural "cic:/Coq/Num/Definitions/zero.con".
+
+inline procedural "cic:/Coq/Num/Definitions/one.con".
+
+inline procedural "cic:/Coq/Num/Definitions/add.con".
+
+inline procedural "cic:/Coq/Num/Definitions/S.con".
+
+(*#* Relations *)
+
+inline procedural "cic:/Coq/Num/Definitions/eq.con".
+
+inline procedural "cic:/Coq/Num/Definitions/lt.con".
+
+inline procedural "cic:/Coq/Num/Definitions/le.con".
+
+inline procedural "cic:/Coq/Num/Definitions/gt.con".
+
+inline procedural "cic:/Coq/Num/Definitions/ge.con".
+
+inline procedural "cic:/Coq/Num/Definitions/neq.con" as definition.
+