]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/ZArith/ZArith_base.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / ZArith / ZArith_base.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*#***********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
22
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
24
25 (*   \VV/  **************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the       *)
28
29 (*         *       GNU Lesser General Public License Version 2.1        *)
30
31 (*#***********************************************************************)
32
33 (* $Id: ZArith_base.v,v 1.5.2.1 2004/07/16 19:31:20 herbelin Exp $ *)
34
35 (*#* Library for manipulating integers based on binary encoding.
36     These are the basic modules, required by [Omega] and [Ring] for instance. 
37     The full library is [ZArith]. *)
38
39 include "NArith/BinPos.ma".
40
41 include "NArith/BinNat.ma".
42
43 include "ZArith/BinInt.ma".
44
45 include "ZArith/Zcompare.ma".
46
47 include "ZArith/Zorder.ma".
48
49 include "ZArith/Zeven.ma".
50
51 include "ZArith/Zmin.ma".
52
53 include "ZArith/Zabs.ma".
54
55 include "ZArith/Znat.ma".
56
57 include "ZArith/auxiliary.ma".
58
59 include "ZArith/ZArith_dec.ma".
60
61 include "ZArith/Zbool.ma".
62
63 include "ZArith/Zmisc.ma".
64
65 include "ZArith/Wf_Z.ma".
66
67 (* UNEXPORTED
68 Hint Resolve Zle_refl Zplus_comm Zplus_assoc Zmult_comm Zmult_assoc Zplus_0_l
69   Zplus_0_r Zmult_1_l Zplus_opp_l Zplus_opp_r Zmult_plus_distr_l
70   Zmult_plus_distr_r: zarith.
71 *)
72
73 include "ZArith/Zhints.ma".
74