From 1e57f0c3312713ac6137da0c3612605501f65d58 Mon Sep 17 00:00:00 2001 From: emakarov Date: Wed, 7 Nov 2007 18:39:28 +0000 Subject: 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 --- theories/Numbers/Natural/Abstract/NPlus.v | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'theories/Numbers/Natural/Abstract/NPlus.v') diff --git a/theories/Numbers/Natural/Abstract/NPlus.v b/theories/Numbers/Natural/Abstract/NPlus.v index 1e5c2211f..32912a73d 100644 --- a/theories/Numbers/Natural/Abstract/NPlus.v +++ b/theories/Numbers/Natural/Abstract/NPlus.v @@ -1,7 +1,20 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*