From 3ef7797ef6fc605dfafb32523261fe1b023aeecb Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 28 Apr 2006 14:59:16 +0000 Subject: Imported Upstream version 8.0pl3+8.1alpha --- theories/Sorting/Heap.v | 2 +- theories/Sorting/Permutation.v | 2 +- theories/Sorting/Sorting.v | 2 +- theories/Sorting/intro.tex | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 theories/Sorting/intro.tex (limited to 'theories/Sorting') diff --git a/theories/Sorting/Heap.v b/theories/Sorting/Heap.v index 41594749..346ae95a 100644 --- a/theories/Sorting/Heap.v +++ b/theories/Sorting/Heap.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: Heap.v,v 1.3.2.1 2004/07/16 19:31:19 herbelin Exp $ i*) +(*i $Id: Heap.v 5920 2004-07-16 20:01:26Z herbelin $ i*) (** A development of Treesort on Heap trees *) diff --git a/theories/Sorting/Permutation.v b/theories/Sorting/Permutation.v index 43a0f0bc..b3287cd1 100644 --- a/theories/Sorting/Permutation.v +++ b/theories/Sorting/Permutation.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: Permutation.v,v 1.4.2.1 2004/07/16 19:31:19 herbelin Exp $ i*) +(*i $Id: Permutation.v 5920 2004-07-16 20:01:26Z herbelin $ i*) Require Import Relations. Require Import List. diff --git a/theories/Sorting/Sorting.v b/theories/Sorting/Sorting.v index aa829fea..0e0bfe8f 100644 --- a/theories/Sorting/Sorting.v +++ b/theories/Sorting/Sorting.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: Sorting.v,v 1.4.2.1 2004/07/16 19:31:19 herbelin Exp $ i*) +(*i $Id: Sorting.v 5920 2004-07-16 20:01:26Z herbelin $ i*) Require Import List. Require Import Multiset. diff --git a/theories/Sorting/intro.tex b/theories/Sorting/intro.tex new file mode 100644 index 00000000..64ae4c88 --- /dev/null +++ b/theories/Sorting/intro.tex @@ -0,0 +1 @@ +\section{Sorting}\label{Sorting} -- cgit v1.2.3