diff options
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 |