]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Arith/Div.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Arith / Div.mma
diff --git a/helm/software/matita/contribs/procedural/Coq/Arith/Div.mma b/helm/software/matita/contribs/procedural/Coq/Arith/Div.mma
new file mode 100644 (file)
index 0000000..1c8e1b8
--- /dev/null
@@ -0,0 +1,58 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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: Div.v,v 1.8 2003/04/09 10:55:03 herbelin Exp $ i*)
+
+(*#* Euclidean division *)
+
+(* UNEXPORTED
+V7only [Import nat_scope.].
+*)
+
+(* UNEXPORTED
+Open Local Scope nat_scope.
+*)
+
+include "Arith/Le.ma".
+
+include "Arith/Compare_dec.ma".
+
+(* UNEXPORTED
+Implicit Variables Type n,a,b,q,r:nat.
+*)
+
+inline procedural "cic:/Coq/Arith/Div/inf_dec.con" as definition.
+
+inline procedural "cic:/Coq/Arith/Div/div1.con" as theorem.
+
+inline procedural "cic:/Coq/Arith/Div/div2.con" as theorem.
+