diff options
Diffstat (limited to 'theories/Ints/num/GenBase.v')
| -rw-r--r-- | theories/Ints/num/GenBase.v | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/theories/Ints/num/GenBase.v b/theories/Ints/num/GenBase.v index a9936f1dd0..e93e3a4893 100644 --- a/theories/Ints/num/GenBase.v +++ b/theories/Ints/num/GenBase.v @@ -1,15 +1,26 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) -(*************************************************************) -(* This file is distributed under the terms of the *) -(* GNU Lesser General Public License Version 2.1 *) -(*************************************************************) -(* Benjamin.Gregoire@inria.fr Laurent.Thery@inria.fr *) -(*************************************************************) +(* $Id:$ *) + +(** * *) + +(** +- Authors: Benjamin Grégoire, Laurent Théry +- Institution: INRIA +- Date: 2007 +- Remark: File automatically generated +*) Set Implicit Arguments. Require Import ZArith. -Require Import ZAux. +Require Import Zaux. Require Import Basic_type. Require Import JMeq. |
