summaryrefslogtreecommitdiff
path: root/theories/PArith/PArith.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/PArith/PArith.v')
-rw-r--r--theories/PArith/PArith.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/theories/PArith/PArith.v b/theories/PArith/PArith.v
new file mode 100644
index 00000000..26b8265b
--- /dev/null
+++ b/theories/PArith/PArith.v
@@ -0,0 +1,11 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(** Library for positive natural numbers *)
+
+Require Export BinNums BinPos Pnat POrderedType.