diff options
| author | emakarov | 2007-11-07 18:39:28 +0000 |
|---|---|---|
| committer | emakarov | 2007-11-07 18:39:28 +0000 |
| commit | 1e57f0c3312713ac6137da0c3612605501f65d58 (patch) | |
| tree | f2ee90ae17e86dd69fc9d07aa98d60b261b9ce42 /theories/Numbers/NatInt/NZTimes.v | |
| parent | 817cc54cff3d40adb15481fddba7448b7b024f26 (diff) | |
Replaced BinNat with a new version that is based on theories/Numbers/Natural/Binary/NBinDefs. Most of the entities in the new BinNat are notations for the development in Numbers. Also added min and max to the new natural numbers and integers.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10298 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Numbers/NatInt/NZTimes.v')
| -rw-r--r-- | theories/Numbers/NatInt/NZTimes.v | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/theories/Numbers/NatInt/NZTimes.v b/theories/Numbers/NatInt/NZTimes.v index 517a8b7ff2..e0d1f63501 100644 --- a/theories/Numbers/NatInt/NZTimes.v +++ b/theories/Numbers/NatInt/NZTimes.v @@ -1,3 +1,15 @@ +(************************************************************************) +(* 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 *) +(************************************************************************) +(* Evgeny Makarov, INRIA, 2007 *) +(************************************************************************) + +(*i i*) + Require Import NZAxioms. Require Import NZPlus. |
