diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-07-16 16:02:23 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-07-16 16:02:23 +0000 |
commit | 496ee9e9cc76afe0a2257f94c9e0903540749242 (patch) | |
tree | 4ce4d824a1472705546db8f7af0725737ed008d5 /theories/MSets | |
parent | 8bc0c8675a30eb54b6f9af5c19a6279de011c1ed (diff) |
MSetPositive: mention MSetInterface instead of FSetInterface
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13288 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/MSets')
-rw-r--r-- | theories/MSets/MSetPositive.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/MSets/MSetPositive.v b/theories/MSets/MSetPositive.v index 9bd1b7b89..e83ac27d6 100644 --- a/theories/MSets/MSetPositive.v +++ b/theories/MSets/MSetPositive.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(** Efficient implementation of [FSetInterface.S] for positive keys, +(** Efficient implementation of [MSetInterface.S] for positive keys, inspired from the [FMapPositive] module. This module was adapted by Alexandre Ren, Damien Pous, and Thomas |