diff options
Diffstat (limited to 'theories/ZArith/ZArith_base.v')
-rw-r--r-- | theories/ZArith/ZArith_base.v | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/ZArith/ZArith_base.v b/theories/ZArith/ZArith_base.v index 20fd6b5f..cd866c37 100644 --- a/theories/ZArith/ZArith_base.v +++ b/theories/ZArith/ZArith_base.v @@ -6,10 +6,10 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: ZArith_base.v 8032 2006-02-12 21:20:48Z herbelin $ *) +(* $Id$ *) (** Library for manipulating integers based on binary encoding. - These are the basic modules, required by [Omega] and [Ring] for instance. + These are the basic modules, required by [Omega] and [Ring] for instance. The full library is [ZArith]. *) Require Export BinPos. @@ -18,9 +18,9 @@ Require Export BinInt. Require Export Zcompare. Require Export Zorder. Require Export Zeven. +Require Export Zminmax. Require Export Zmin. Require Export Zmax. -Require Export Zminmax. Require Export Zabs. Require Export Znat. Require Export auxiliary. |