aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets/FSets.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-03-28 11:59:44 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-03-28 11:59:44 +0000
commit49ef74982e3d810b9296dd62a7ba30053ceb8e63 (patch)
tree760d7ecedd7b27969fbec03c92afc70cc3562825 /theories/FSets/FSets.v
parentea9ccff8b51832dd7c1d9400d73e859f05806273 (diff)
reparation des conflits Intmap/FSet FSets/FSet et Datatypes.Lt,Eq,Gt / OrderedType.Lt,Eq,Gt
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8667 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/FSets/FSets.v')
-rw-r--r--theories/FSets/FSets.v16
1 files changed, 16 insertions, 0 deletions
diff --git a/theories/FSets/FSets.v b/theories/FSets/FSets.v
new file mode 100644
index 000000000..51cd23c12
--- /dev/null
+++ b/theories/FSets/FSets.v
@@ -0,0 +1,16 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
+(* $Id$ *)
+
+Require Export OrderedType.
+Require Export FSetInterface.
+Require Export FSetBridge.
+Require Export FSetProperties.
+Require Export FSetEqProperties.
+Require Export FSetList.