From 300293c119981054c95182a90c829058530a6b6f Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 25 Dec 2011 13:19:42 +0100 Subject: Imported Upstream version 8.3.pl3 --- theories/Arith/Arith.v | 4 ++-- theories/Arith/Arith_base.v | 4 ++-- theories/Arith/Between.v | 4 ++-- theories/Arith/Bool_nat.v | 4 ++-- theories/Arith/Compare.v | 4 ++-- theories/Arith/Compare_dec.v | 4 ++-- theories/Arith/Div2.v | 4 ++-- theories/Arith/EqNat.v | 4 ++-- theories/Arith/Euclid.v | 4 ++-- theories/Arith/Even.v | 4 ++-- theories/Arith/Factorial.v | 4 ++-- theories/Arith/Gt.v | 4 ++-- theories/Arith/Le.v | 4 ++-- theories/Arith/Lt.v | 4 ++-- theories/Arith/Max.v | 4 ++-- theories/Arith/Min.v | 4 ++-- theories/Arith/MinMax.v | 2 +- theories/Arith/Minus.v | 4 ++-- theories/Arith/Mult.v | 4 ++-- theories/Arith/NatOrderedType.v | 2 +- theories/Arith/Peano_dec.v | 4 ++-- theories/Arith/Plus.v | 4 ++-- theories/Arith/Wf_nat.v | 4 ++-- 23 files changed, 44 insertions(+), 44 deletions(-) (limited to 'theories/Arith') diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v index 0f5ef9d0..2e9dc2de 100644 --- a/theories/Arith/Arith.v +++ b/theories/Arith/Arith.v @@ -1,12 +1,12 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(*