summaryrefslogtreecommitdiff
path: root/theories/FSets/FSets.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/FSets/FSets.v')
-rw-r--r--theories/FSets/FSets.v8
1 files changed, 7 insertions, 1 deletions
diff --git a/theories/FSets/FSets.v b/theories/FSets/FSets.v
index b0402db6..a73c1da7 100644
--- a/theories/FSets/FSets.v
+++ b/theories/FSets/FSets.v
@@ -6,13 +6,19 @@
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
-(* $Id: FSets.v 8897 2006-06-05 21:04:10Z letouzey $ *)
+(* $Id: FSets.v 10699 2008-03-19 20:56:43Z letouzey $ *)
Require Export OrderedType.
Require Export OrderedTypeEx.
Require Export OrderedTypeAlt.
+Require Export DecidableType.
+Require Export DecidableTypeEx.
Require Export FSetInterface.
Require Export FSetBridge.
+Require Export FSetFacts.
+Require Export FSetDecide.
Require Export FSetProperties.
Require Export FSetEqProperties.
+Require Export FSetWeakList.
Require Export FSetList.
+Require Export FSetAVL. \ No newline at end of file