aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/MSets
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-18 00:46:03 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-18 00:46:03 +0000
commit3ef9c2e14138b3b6e41325d86844691e8579ee55 (patch)
tree2ed51b82ee8e31934334c2bd1fd41d329001973e /theories/MSets
parent4c78cf0f68b8eeb040eb2267a3705fc236295f76 (diff)
No more constant named "int" in Coq theories (cf bug #2878)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16088 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/MSets')
-rw-r--r--theories/MSets/MSetAVL.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/MSets/MSetAVL.v b/theories/MSets/MSetAVL.v
index 2182504dd..e719ae441 100644
--- a/theories/MSets/MSetAVL.v
+++ b/theories/MSets/MSetAVL.v
@@ -44,6 +44,7 @@ Local Unset Case Analysis Schemes.
Module Ops (Import I:Int)(X:OrderedType) <: MSetInterface.Ops X.
Local Open Scope Int_scope.
+Local Notation int := I.t.
(** ** Generic trees instantiated with integer height *)