aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets/FSets.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-16 15:50:16 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-16 15:50:16 +0000
commit8bc0c8675a30eb54b6f9af5c19a6279de011c1ed (patch)
treeaabbec254b01295030188bb91fb386fc5a47cda3 /theories/FSets/FSets.v
parent3876e19812d6476b732d0fd1a16d24058398794d (diff)
FSetPositive: sets of positive inspired by FMapPositive.
Contributed by Alexandre Ren, Damien Pous, and Thomas Braibant. I've also included a MSets version, hence FSetPositive might become soon a mere wrapper for MSetPositive, as for other FSets implementations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13287 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/FSets/FSets.v')
-rw-r--r--theories/FSets/FSets.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/FSets/FSets.v b/theories/FSets/FSets.v
index 9a7294119..572f28654 100644
--- a/theories/FSets/FSets.v
+++ b/theories/FSets/FSets.v
@@ -19,4 +19,5 @@ Require Export FSetProperties.
Require Export FSetEqProperties.
Require Export FSetWeakList.
Require Export FSetList.
+Require Export FSetPositive.
Require Export FSetAVL. \ No newline at end of file