aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/MSets
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-05 10:09:18 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-05 10:09:18 +0000
commit2f68b37beb32addaabe7b72dede2edf48055cdb3 (patch)
tree0a4708011451d2c07bfb7c5378f67a10c21f121a /theories/MSets
parent310e354ce2a0258e5fe123c840aaa3b469791b74 (diff)
FSets/Msets: some renaming of module params to simplify the task of the extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13239 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/MSets')
-rw-r--r--theories/MSets/MSetInterface.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/MSets/MSetInterface.v b/theories/MSets/MSetInterface.v
index 6de91dacc..851237d8f 100644
--- a/theories/MSets/MSetInterface.v
+++ b/theories/MSets/MSetInterface.v
@@ -545,9 +545,9 @@ Module WRaw2SetsOn (E:DecidableType)(M:WRawSets E) <: WSetsOn E.
End WRaw2SetsOn.
-Module WRaw2Sets (E:DecidableType)(M:WRawSets E) <: WSets with Module E := E.
- Module E := E.
- Include WRaw2SetsOn E M.
+Module WRaw2Sets (D:DecidableType)(M:WRawSets D) <: WSets with Module E := D.
+ Module E := D.
+ Include WRaw2SetsOn D M.
End WRaw2Sets.
(** Same approach for ordered sets *)