From 35c834548dcbd590f66f009017d2f88797dce882 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 26 Jun 2014 16:37:05 +0200 Subject: Remove some theories that have been deprecated for 10 years. --- theories/Sets/Classical_sets.v | 2 +- theories/Sets/Finite_sets_facts.v | 2 +- theories/Sets/Image.v | 2 +- theories/Sets/Infinite_sets.v | 2 +- theories/Sets/Integers.v | 2 +- theories/Sets/Powerset_Classical_facts.v | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'theories/Sets') diff --git a/theories/Sets/Classical_sets.v b/theories/Sets/Classical_sets.v index 3129dbb1e..734564bed 100644 --- a/theories/Sets/Classical_sets.v +++ b/theories/Sets/Classical_sets.v @@ -26,7 +26,7 @@ Require Export Ensembles. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Section Ensembles_classical. Variable U : Type. diff --git a/theories/Sets/Finite_sets_facts.v b/theories/Sets/Finite_sets_facts.v index c0613637e..d6447d623 100644 --- a/theories/Sets/Finite_sets_facts.v +++ b/theories/Sets/Finite_sets_facts.v @@ -26,7 +26,7 @@ Require Export Finite_sets. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Require Export Powerset. Require Export Powerset_facts. diff --git a/theories/Sets/Image.v b/theories/Sets/Image.v index bdb7c0775..701c95a87 100644 --- a/theories/Sets/Image.v +++ b/theories/Sets/Image.v @@ -26,7 +26,7 @@ Require Export Finite_sets. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Require Export Powerset. Require Export Powerset_facts. diff --git a/theories/Sets/Infinite_sets.v b/theories/Sets/Infinite_sets.v index 897046ab2..7031d5ddd 100644 --- a/theories/Sets/Infinite_sets.v +++ b/theories/Sets/Infinite_sets.v @@ -26,7 +26,7 @@ Require Export Finite_sets. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Require Export Powerset. Require Export Powerset_facts. diff --git a/theories/Sets/Integers.v b/theories/Sets/Integers.v index 4ee7496e6..350a63f18 100644 --- a/theories/Sets/Integers.v +++ b/theories/Sets/Integers.v @@ -26,7 +26,7 @@ Require Export Finite_sets. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Require Export Powerset. Require Export Powerset_facts. diff --git a/theories/Sets/Powerset_Classical_facts.v b/theories/Sets/Powerset_Classical_facts.v index d24e931d5..de12eaf8e 100644 --- a/theories/Sets/Powerset_Classical_facts.v +++ b/theories/Sets/Powerset_Classical_facts.v @@ -32,7 +32,7 @@ Require Export Partial_Order. Require Export Cpo. Require Export Powerset. Require Export Powerset_facts. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Section Sets_as_an_algebra. -- cgit v1.2.3