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/Sorting/Heap.v | 4 ++-- theories/Sorting/Mergesort.v | 4 ++-- theories/Sorting/PermutEq.v | 4 ++-- theories/Sorting/PermutSetoid.v | 4 ++-- theories/Sorting/Permutation.v | 4 ++-- theories/Sorting/Sorted.v | 4 ++-- theories/Sorting/Sorting.v | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'theories/Sorting') diff --git a/theories/Sorting/Heap.v b/theories/Sorting/Heap.v index eb53f061..76080aa9 100644 --- a/theories/Sorting/Heap.v +++ b/theories/Sorting/Heap.v @@ -1,12 +1,12 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(*