aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/MSets/MSets.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/MSets/MSets.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/MSets/MSets.v')
-rw-r--r--theories/MSets/MSets.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/MSets/MSets.v b/theories/MSets/MSets.v
index a4b9efc3b..f179bcd1d 100644
--- a/theories/MSets/MSets.v
+++ b/theories/MSets/MSets.v
@@ -17,4 +17,5 @@ Require Export MSetProperties.
Require Export MSetEqProperties.
Require Export MSetWeakList.
Require Export MSetList.
+Require Export MSetPositive.
Require Export MSetAVL. \ No newline at end of file