From 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 16 Jul 2004 20:01:26 +0000 Subject: Nouvelle en-tĂȘte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Sets/Classical_sets.v | 14 +++++++------- theories/Sets/Constructive_sets.v | 14 +++++++------- theories/Sets/Cpo.v | 14 +++++++------- theories/Sets/Ensembles.v | 14 +++++++------- theories/Sets/Finite_sets.v | 14 +++++++------- theories/Sets/Finite_sets_facts.v | 14 +++++++------- theories/Sets/Image.v | 14 +++++++------- theories/Sets/Infinite_sets.v | 14 +++++++------- theories/Sets/Integers.v | 14 +++++++------- theories/Sets/Multiset.v | 14 +++++++------- theories/Sets/Partial_Order.v | 14 +++++++------- theories/Sets/Permut.v | 14 +++++++------- theories/Sets/Powerset.v | 14 +++++++------- theories/Sets/Powerset_Classical_facts.v | 14 +++++++------- theories/Sets/Powerset_facts.v | 14 +++++++------- theories/Sets/Relations_1.v | 14 +++++++------- theories/Sets/Relations_1_facts.v | 14 +++++++------- theories/Sets/Relations_2.v | 14 +++++++------- theories/Sets/Relations_2_facts.v | 14 +++++++------- theories/Sets/Relations_3.v | 14 +++++++------- theories/Sets/Relations_3_facts.v | 14 +++++++------- theories/Sets/Uniset.v | 14 +++++++------- 22 files changed, 154 insertions(+), 154 deletions(-) (limited to 'theories/Sets') diff --git a/theories/Sets/Classical_sets.v b/theories/Sets/Classical_sets.v index e2d707367..a21534bd5 100755 --- a/theories/Sets/Classical_sets.v +++ b/theories/Sets/Classical_sets.v @@ -1,10 +1,10 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*